mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Don't hardcode the path into translations.
This commit is contained in:
@@ -742,7 +742,7 @@ en:
|
||||
email_body: "%{link}\n\n%{message}"
|
||||
|
||||
flagging:
|
||||
you_must_edit: '<p>Your post was flagged by the community. Please <a href="/my/messages">see your messages</a>.</p>'
|
||||
you_must_edit: '<p>Your post was flagged by the community. Please <a href="%{path}">see your messages</a>.</p>'
|
||||
user_must_edit: '<p>This post was flagged by the community and is temporarily hidden.</p>'
|
||||
|
||||
archetypes:
|
||||
|
||||
Reference in New Issue
Block a user