FIX: translation issue on the bookmark modal (#13231)

This commit is contained in:
Andrei Prigorshnev 2021-06-01 19:13:58 +04:00 committed by GitHub
parent eb6a6446ee
commit fd64268b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -308,7 +308,7 @@ export default Component.extend({
customOptions.push({
icon: "globe-americas",
id: TIME_SHORTCUT_TYPES.POST_LOCAL_DATE,
label: "bookmarks.reminders.post_local_date",
label: "time_shortcut.post_local_date",
time: this._postLocalDate(),
timeFormatted: this._postLocalDate().format(
I18n.t("dates.long_no_year")