From fc8be8b0e7538391ca1071d7b192db3eef4c243f Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Thu, 9 Oct 2025 13:22:28 +0300 Subject: [PATCH] favorite -> favourite, not sure if that's the preferred form but i've seen a lot more written that way within the repo, altho this is trivial to change. also added the string for translation --- .../flavours/glitch/features/local_settings/page/index.jsx | 6 +++--- app/javascript/flavours/glitch/locales/en.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/features/local_settings/page/index.jsx b/app/javascript/flavours/glitch/features/local_settings/page/index.jsx index 125eed8caf2d94d873a9b3bffaae537a45141cd5..1147fb42342ac6cf19469d5da7f372267858b176 100644 --- a/app/javascript/flavours/glitch/features/local_settings/page/index.jsx +++ b/app/javascript/flavours/glitch/features/local_settings/page/index.jsx @@ -136,11 +136,11 @@ class LocalSettingsPage extends PureComponent { - + diff --git a/app/javascript/flavours/glitch/locales/en.json b/app/javascript/flavours/glitch/locales/en.json index 94505b954a5bfb71b3efb6878c618b8a292fa071..102fea4edd14c45ba6319415d5b03ee2af2a81ce 100644 --- a/app/javascript/flavours/glitch/locales/en.json +++ b/app/javascript/flavours/glitch/locales/en.json @@ -166,6 +166,7 @@ "settings.confirm_unfollow": "Show a confirmation dialog before unfollowing an account", "settings.confirm_boost": "Show a confirmation dialog before boosting", "settings.confirm_delete": "Show a confirmation dialog before deleting a post", + "settings.confirm_favourite": "Show a confirmation dialog before favouriting a post", "settings.shared_settings_link": "user preferences", "settings.show_action_bar": "Show action buttons in collapsed toots", "settings.show_content_type_choice": "Show content-type choice when authoring toots",