Add moderation note (#5240)
* Add moderation note * Add frozen_string_literal * Make rspec pass
This commit is contained in:
parent
f486ef2666
commit
633426b261
15 changed files with 160 additions and 1 deletions
|
@ -76,6 +76,7 @@ en:
|
|||
silenced: Silenced
|
||||
suspended: Suspended
|
||||
title: Moderation
|
||||
moderation_notes: Moderation notes
|
||||
most_recent_activity: Most recent activity
|
||||
most_recent_ip: Most recent IP
|
||||
not_subscribed: Not subscribed
|
||||
|
@ -109,6 +110,15 @@ en:
|
|||
unsubscribe: Unsubscribe
|
||||
username: Username
|
||||
web: Web
|
||||
|
||||
account_moderation_notes:
|
||||
account: Moderator
|
||||
created_at: Date
|
||||
create: Create
|
||||
created_msg: Moderation note successfully created!
|
||||
delete: Delete
|
||||
destroyed_msg: Moderation note successfully destroyed!
|
||||
|
||||
custom_emojis:
|
||||
copied_msg: Successfully created local copy of the emoji
|
||||
copy: Copy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue