From 7df26e2f569fb59909a0f6b5bc1e9e222bf5d5ec Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:46:55 +0200 Subject: [PATCH] Update description for Custom CSS/JS (#3354) --- ui/v2.5/src/locales/en-GB.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/v2.5/src/locales/en-GB.json b/ui/v2.5/src/locales/en-GB.json index 76f28ccfb..38ab19287 100644 --- a/ui/v2.5/src/locales/en-GB.json +++ b/ui/v2.5/src/locales/en-GB.json @@ -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" },