summaryrefslogtreecommitdiff
path: root/js/PrefHelpers.js
diff options
context:
space:
mode:
authorwn_ <[email protected]>2023-10-26 15:01:43 +0000
committerwn_ <[email protected]>2023-10-26 15:01:43 +0000
commitc7e1caf223f51a08b275e47d9e6f79284ba375dd (patch)
treee5fb0fab78868612c14eb064bbc73d4ba07025a3 /js/PrefHelpers.js
parent8c9c69921f8552e49291df9e2503709aaa564270 (diff)
Fix class names in some more places.
Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f
Diffstat (limited to 'js/PrefHelpers.js')
-rw-r--r--js/PrefHelpers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js
index 7a4c99340..cf822d987 100644
--- a/js/PrefHelpers.js
+++ b/js/PrefHelpers.js
@@ -280,7 +280,7 @@ const Helpers = {
${__("You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here.")}
</div>
- ${App.FormFields.hidden_tag('op', 'rpc')}
+ ${App.FormFields.hidden_tag('op', 'RPC')}
${App.FormFields.hidden_tag('method', 'setpref')}
${App.FormFields.hidden_tag('key', 'USER_STYLESHEET')}