From 9fb0c4473c6a346ae8bb2add6a1a82100654474d Mon Sep 17 00:00:00 2001 From: gnattu Date: Sun, 4 Aug 2024 19:07:03 +0800 Subject: [PATCH] PascalCase in string key for uniformity Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- .../libraryoptionseditor/libraryoptionseditor.template.html | 4 ++-- src/strings/en-us.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/libraryoptionseditor/libraryoptionseditor.template.html b/src/components/libraryoptionseditor/libraryoptionseditor.template.html index e1793fdd1d..f05fd6a451 100644 --- a/src/components/libraryoptionseditor/libraryoptionseditor.template.html +++ b/src/components/libraryoptionseditor/libraryoptionseditor.template.html @@ -223,8 +223,8 @@
${UseCustomTagDelimitersHelp}
- -
${LabelcustomTagDelimitersHelp}
+ +
${LabelCustomTagDelimitersHelp}
diff --git a/src/strings/en-us.json b/src/strings/en-us.json index cf68b5591b..a0108954e3 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -616,8 +616,8 @@ "LabelCustomCssHelp": "Apply your custom CSS code for theming/branding on the web interface.", "LabelCustomDeviceDisplayNameHelp": "Supply a custom display name or leave empty to use the name reported by the device.", "LabelCustomRating": "Custom rating", - "LabelcustomTagDelimiters": "Custom Tag Delimiter", - "LabelcustomTagDelimitersHelp": "Characters to be treated as delimiters to separate tags.", + "LabelCustomTagDelimiters": "Custom Tag Delimiter", + "LabelCustomTagDelimitersHelp": "Characters to be treated as delimiters to separate tags.", "LabelDashboardTheme": "Server Dashboard theme", "LabelDate": "Date", "LabelDateAdded": "Date added",