UX: Change bookmark menu label from "Custom..." to "More options…" (#28266)
This commit is contained in:
parent
1b69c0c721
commit
9d00871a67
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue