diff --git a/app/assets/javascripts/discourse/app/components/bookmark.js b/app/assets/javascripts/discourse/app/components/bookmark.js index ccd790e526b..d51cb7baa98 100644 --- a/app/assets/javascripts/discourse/app/components/bookmark.js +++ b/app/assets/javascripts/discourse/app/components/bookmark.js @@ -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")