mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 10:25:42 +08:00
flagged_by text grammar fix (#103)
* flagged_by text grammar fix changed "{username} flagged" to "Flagged by {username}" and "{username} flagged as {reason}" to "{username} flagged this as {reason}" * changed to "Flagged by {username} as {reason}"
This commit is contained in:
parent
3099122852
commit
4cbb914cdc
@ -44,8 +44,8 @@ flarum-flags:
|
||||
# These translations are used by the frame displayed around flagged posts.
|
||||
post:
|
||||
dismiss_flag_button: Dismiss Flag
|
||||
flagged_by_text: "{username} flagged"
|
||||
flagged_by_with_reason_text: "{username} flagged as {reason}"
|
||||
flagged_by_text: "Flagged by {username}"
|
||||
flagged_by_with_reason_text: "Flagged by {username} as {reason}"
|
||||
|
||||
# These translations are used by the post control buttons.
|
||||
post_controls:
|
||||
|
Loading…
x
Reference in New Issue
Block a user