From cc32dfafe94296dcbbc479f337c03f1de19a81a1 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 15 Sep 2023 18:37:12 +0300 Subject: [PATCH] consistent capitalization in settings --- files/templates/settings/advanced.html | 4 ++-- files/templates/settings/personal.html | 4 ++-- files/templates/settings/security.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/settings/advanced.html b/files/templates/settings/advanced.html index 65bd63fe2..89c0b326d 100644 --- a/files/templates/settings/advanced.html +++ b/files/templates/settings/advanced.html @@ -98,8 +98,8 @@
Tab Behavior
- {{common.toggle_section("Open Internal Links In New Tabs", "newtab", "newtab", v.newtab, "Enable if you would like to automatically open links to other pages on the site in new tabs.", false)}} - {{common.toggle_section("Open External Links In New Tabs", "newtabexternal", "newtabexternal", v.newtabexternal, "Enable if you would like to automatically open links to other sites in new tabs.", false)}} + {{common.toggle_section("Open Internal Links in New Tabs", "newtab", "newtab", v.newtab, "Enable if you would like to automatically open links to other pages on the site in new tabs.", false)}} + {{common.toggle_section("Open External Links in New Tabs", "newtabexternal", "newtabexternal", v.newtabexternal, "Enable if you would like to automatically open links to other sites in new tabs.", false)}}
diff --git a/files/templates/settings/personal.html b/files/templates/settings/personal.html index 700090b41..85fff15e1 100644 --- a/files/templates/settings/personal.html +++ b/files/templates/settings/personal.html @@ -247,7 +247,7 @@ {{common.text_area_section('profile-signature', '/settings/personal', 'sig', 'Signature', v.sig, 'Limit of 200 characters', 'Enter a signature...', true, 200)}} {{common.toggle_section('Private Mode', 'privateswitch', 'private', v.is_private, 'This will hide your profile page from others.', false)}} - {{common.toggle_section('Lifetime donated visiblity', 'lifetimedonated_visibleswitch', 'lifetimedonated_visible', v.lifetimedonated_visible, 'Make the "lifetime donated" field in your profile visible to everyone instead of just you.', false)}} + {{common.toggle_section('Lifetime Donated Visiblity', 'lifetimedonated_visibleswitch', 'lifetimedonated_visible', v.lifetimedonated_visible, 'Make the "lifetime donated" field in your profile visible to everyone instead of just you.', false)}} {{common.toggle_section('Cursor Marsey', 'cursormarseyswitch', 'cursormarsey', v.cursormarsey, 'Have a cute marsey accompany you during your journey on the site.', false)}} @@ -296,7 +296,7 @@
- +
diff --git a/files/templates/settings/security.html b/files/templates/settings/security.html index 23f0f16bd..47a907e44 100644 --- a/files/templates/settings/security.html +++ b/files/templates/settings/security.html @@ -89,7 +89,7 @@
- +