Skip to content

Commit 7fec56e

Browse files
committed
Update string context
1 parent ac9e358 commit 7fec56e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/locales/en.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,12 @@
291291
"string": "Custom extensions (one URL per line)"
292292
},
293293
"customCSS": {
294-
"string": "Custom CSS (Don't change if you don't know what you're doing!)"
294+
"string": "Custom CSS (Don't change if you don't know what you're doing!)",
295+
"context": "Do not translate \"CSS\""
295296
},
296297
"customJS": {
297-
"string": "Custom JS (Don't change if you don't know what you're doing!)"
298+
"string": "Custom JS (Don't change if you don't know what you're doing!)",
299+
"context": "Do not translate \"JS\""
298300
},
299301
"environment": {
300302
"string": "Environment",

0 commit comments

Comments
 (0)