copy, "notification history" is just too long
This commit is contained in:
parent
8c02f47f23
commit
51d9a59d53
|
@ -27,7 +27,7 @@
|
||||||
{{#link-to 'user.notifications' tagName="li"}}
|
{{#link-to 'user.notifications' tagName="li"}}
|
||||||
{{#link-to 'user.notifications'}}
|
{{#link-to 'user.notifications'}}
|
||||||
<i class='glyph fa fa-comment'></i>
|
<i class='glyph fa fa-comment'></i>
|
||||||
{{i18n user.notification_history}}
|
{{i18n user.notifications}}
|
||||||
<span class='count'>({{unread_notification_count}})</span>
|
<span class='count'>({{unread_notification_count}})</span>
|
||||||
<span class='fa fa-chevron-right'></span>
|
<span class='fa fa-chevron-right'></span>
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
|
|
|
@ -306,7 +306,6 @@ en:
|
||||||
invited_by: "Invited By"
|
invited_by: "Invited By"
|
||||||
trust_level: "Trust Level"
|
trust_level: "Trust Level"
|
||||||
notifications: "Notifications"
|
notifications: "Notifications"
|
||||||
notification_history: "Notification History"
|
|
||||||
disable_jump_reply: "Don't jump to your new post after replying"
|
disable_jump_reply: "Don't jump to your new post after replying"
|
||||||
dynamic_favicon: "Show incoming message notifications on favicon (experimental)"
|
dynamic_favicon: "Show incoming message notifications on favicon (experimental)"
|
||||||
edit_history_public: "Let other users view my post revisions"
|
edit_history_public: "Let other users view my post revisions"
|
||||||
|
|
Loading…
Reference in New Issue