From 3f4135a338ab98f088bba55ff263f30cd478362a Mon Sep 17 00:00:00 2001 From: KyrneDev Date: Thu, 4 Feb 2021 11:39:09 -0800 Subject: [PATCH 1/2] AdminUx --- locale/core.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/locale/core.yml b/locale/core.yml index 54812420..3ec64453 100644 --- a/locale/core.yml +++ b/locale/core.yml @@ -28,7 +28,6 @@ core: favicon_text: Upload an image to be displayed as the forum's shortcut icon. logo_heading: Logo logo_text: Upload an image to be displayed in place of the forum title. - submit_button: => core.ref.save_changes title: Appearance # These translations are used in the Basics page. @@ -43,11 +42,9 @@ core: forum_title_heading: Forum Title home_page_heading: Home Page home_page_text: Choose the page which users will first see when they visit your forum. - saved_message: Your changes were saved. show_language_selector_label: Show language selector slug_driver_heading: "Slug Driver: {model}" slug_driver_text: Select a driver to be used for slugging this model. - submit_button: => core.ref.save_changes title: Basics welcome_banner_heading: Welcome Banner welcome_banner_text: Configure the text that displays in the banner on the All Discussions page. Use this to welcome guests to your forum. @@ -113,11 +110,11 @@ core: send_test_mail_success: "Test mail sent successfully!" send_test_mail_text: "This will send an email using the above configuration to your email, {email}." smtp_heading: SMTP Settings - submit_button: => core.ref.save_changes title: => core.ref.email # These translations are used on default extension pages. extension: + configure_scopes: Configure Scopes confirm_uninstall: Uninstalling will remove all database entries and assets related to the extension. Are you sure you want to continue? disabled: Disabled enabled: Enabled @@ -133,7 +130,6 @@ core: no_settings: This extension has no settings. open_modal: Open Settings permissions_title: Permissions - saved_message: Your changes were saved. uninstall_button: Uninstall # These translations are used in the secondary header. @@ -211,6 +207,7 @@ core: # These translations are used in the Settings modal dialog. settings: + saved_message: Your changes were saved. submit_button: => core.ref.save_changes # These translations are used in image upload buttons. From db7cdc196d8e1cd40ceccac38529af3aaf6cef8e Mon Sep 17 00:00:00 2001 From: Charlie <13856015+KyrneDev@users.noreply.github.com> Date: Thu, 18 Feb 2021 15:47:51 -0800 Subject: [PATCH 2/2] Update core.yml --- locale/core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/core.yml b/locale/core.yml index 3ec64453..c5c2a647 100644 --- a/locale/core.yml +++ b/locale/core.yml @@ -205,7 +205,7 @@ core: signup_closed_button: Closed signup_open_button: Open - # These translations are used in the Settings modal dialog. + # These translations are used generically in setting fields. settings: saved_message: Your changes were saved. submit_button: => core.ref.save_changes