From 9d00871a6703d0035725cfb52c8a0011b710cff7 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Wed, 7 Aug 2024 17:57:18 -0400 Subject: [PATCH] =?UTF-8?q?UX:=20Change=20bookmark=20menu=20label=20from?= =?UTF-8?q?=20"Custom..."=20to=20"More=20options=E2=80=A6"=20(#28266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../javascripts/discourse/app/components/bookmark-menu.gjs | 3 +-- config/locales/client.en.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs b/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs index 98d785e17e4..bc5eee62958 100644 --- a/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs +++ b/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs @@ -38,9 +38,8 @@ export default class BookmarkMenu extends Component { this.timeShortcuts.threeDays(), ]; - // So the label is a simple 'Custom...' const custom = this.timeShortcuts.custom(); - custom.label = "time_shortcut.custom_short"; + custom.label = "time_shortcut.more_options"; this.reminderAtOptions.push(custom); } diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 4a0a502f518..75e78540d91 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -794,7 +794,7 @@ en: never: "Never" last_custom: "Last custom datetime" custom: "Custom date and time" - custom_short: "Custom..." + more_options: "More options…" select_timeframe: "Select a timeframe" user_action: