Improve admin UI for accounts (#7360)
* Improve design of account statuses admin UI (consistent with reports) * Make account moderation notes look consistent with report notes * i18n-tasks remove-unused * Fix code style issues * Fix tests
This commit is contained in:
parent
660db468c0
commit
c7d1a2e400
44 changed files with 77 additions and 446 deletions
|
@ -53,9 +53,7 @@ en:
|
|||
unfollow: Unfollow
|
||||
admin:
|
||||
account_moderation_notes:
|
||||
account: Moderator
|
||||
create: Create
|
||||
created_at: Date
|
||||
create: Leave note
|
||||
created_msg: Moderation note successfully created!
|
||||
delete: Delete
|
||||
destroyed_msg: Moderation note successfully destroyed!
|
||||
|
@ -269,7 +267,6 @@ en:
|
|||
comment:
|
||||
none: None
|
||||
created_at: Reported
|
||||
delete: Delete
|
||||
id: ID
|
||||
mark_as_resolved: Mark as resolved
|
||||
mark_as_unresolved: Mark as unresolved
|
||||
|
@ -279,9 +276,6 @@ en:
|
|||
create_and_unresolve: Reopen with note
|
||||
delete: Delete
|
||||
placeholder: Describe what actions have been taken, or any other updates to this report…
|
||||
nsfw:
|
||||
'false': Unhide media attachments
|
||||
'true': Hide media attachments
|
||||
reopen: Reopen report
|
||||
report: 'Report #%{id}'
|
||||
report_contents: Contents
|
||||
|
@ -356,11 +350,8 @@ en:
|
|||
delete: Delete
|
||||
nsfw_off: Mark as not sensitive
|
||||
nsfw_on: Mark as sensitive
|
||||
execute: Execute
|
||||
failed_to_execute: Failed to execute
|
||||
media:
|
||||
hide: Hide media
|
||||
show: Show media
|
||||
title: Media
|
||||
no_media: No media
|
||||
title: Account statuses
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue