mirror of
https://github.com/flarum/core.git
synced 2025-08-16 21:34:08 +02:00
suspend anonymously (#39)
* suspend anonymously closes https://github.com/flarum/core/issues/2614 * format less file * empty methods should return null
This commit is contained in:
@@ -15,8 +15,8 @@ flarum-suspend:
|
||||
forum:
|
||||
# These translations are used in the suspension notifications
|
||||
notifications:
|
||||
user_suspended_text: "{username} suspended you for {timeReadable}"
|
||||
user_unsuspended_text: "{username} unsuspended you"
|
||||
user_suspended_text: "You have been suspended for {timeReadable}"
|
||||
user_unsuspended_text: You have been unsuspended
|
||||
|
||||
# These translations are used in the Suspend User modal dialog (admin function).
|
||||
suspend_user:
|
||||
|
Reference in New Issue
Block a user