Update description for Custom CSS/JS (#3354)

This commit is contained in:
DogmaDragon
2023-01-13 00:46:55 +02:00
committed by GitHub
parent 515202d28e
commit 7df26e2f56

View File

@@ -441,12 +441,12 @@
},
"basic_settings": "Basic Settings",
"custom_css": {
"description": "Page must be reloaded for changes to take effect.",
"description": "Page must be reloaded for changes to take effect. There is no guarantee of compatibility between custom CSS and future releases of Stash.",
"heading": "Custom CSS",
"option_label": "Custom CSS enabled"
},
"custom_javascript": {
"description": "Page must be reloaded for changes to take effect.",
"description": "Page must be reloaded for changes to take effect. There is no guarantee of compatibility between custom Javascript and future releases of Stash.",
"heading": "Custom Javascript",
"option_label": "Custom Javascript enabled"
},