UX: Change bookmark menu label from "Custom..." to "More options…" (#28266)

This commit is contained in:
Penar Musaraj 2024-08-07 17:57:18 -04:00 committed by GitHub
parent 1b69c0c721
commit 9d00871a67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -38,9 +38,8 @@ export default class BookmarkMenu extends Component {
this.timeShortcuts.threeDays(), this.timeShortcuts.threeDays(),
]; ];
// So the label is a simple 'Custom...'
const custom = this.timeShortcuts.custom(); const custom = this.timeShortcuts.custom();
custom.label = "time_shortcut.custom_short"; custom.label = "time_shortcut.more_options";
this.reminderAtOptions.push(custom); this.reminderAtOptions.push(custom);
} }

View File

@ -794,7 +794,7 @@ en:
never: "Never" never: "Never"
last_custom: "Last custom datetime" last_custom: "Last custom datetime"
custom: "Custom date and time" custom: "Custom date and time"
custom_short: "Custom..." more_options: "More options…"
select_timeframe: "Select a timeframe" select_timeframe: "Select a timeframe"
user_action: user_action: