mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 07:02:48 +08:00
FIX: translation issue on the bookmark modal (#13231)
This commit is contained in:
parent
eb6a6446ee
commit
fd64268b0d
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user