mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 20:37:14 +08:00
UPDATE: correct path to messages (#14668)
This commit is contained in:
parent
f00053e414
commit
f60711488f
|
@ -1219,7 +1219,7 @@ en:
|
||||||
tags: "Tags"
|
tags: "Tags"
|
||||||
warnings: "Official Warnings"
|
warnings: "Official Warnings"
|
||||||
read_more_in_group: "Want to read more? Browse other messages in %{groupLink}."
|
read_more_in_group: "Want to read more? Browse other messages in %{groupLink}."
|
||||||
read_more: "Want to read more? Browse other messages in <a href='%{basePath}/u/%{username}/message'>personal messages</a>."
|
read_more: "Want to read more? Browse other messages in <a href='%{basePath}/u/%{username}/messages'>personal messages</a>."
|
||||||
|
|
||||||
read_more_group_pm_MF: "There {
|
read_more_group_pm_MF: "There {
|
||||||
UNREAD, plural,
|
UNREAD, plural,
|
||||||
|
@ -1249,7 +1249,7 @@ en:
|
||||||
=0 {}
|
=0 {}
|
||||||
one { {BOTH, select, true{and } false {is } other{}} <a href='{basePath}/u/{username}/messages/new'># new</a> message}
|
one { {BOTH, select, true{and } false {is } other{}} <a href='{basePath}/u/{username}/messages/new'># new</a> message}
|
||||||
other { {BOTH, select, true{and } false {are } other{}} <a href='{basePath}/u/{username}/messages/new'># new</a> messages}
|
other { {BOTH, select, true{and } false {are } other{}} <a href='{basePath}/u/{username}/messages/new'># new</a> messages}
|
||||||
} remaining, or browse other <a href='{basePath}/u/{username}/message'>personal messages</a>"
|
} remaining, or browse other <a href='{basePath}/u/{username}/messages'>personal messages</a>"
|
||||||
|
|
||||||
preferences_nav:
|
preferences_nav:
|
||||||
account: "Account"
|
account: "Account"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user