Skip to content

Commit

Permalink
Client - fix buttons color and translation on report detail
Browse files Browse the repository at this point in the history
  • Loading branch information
SamR1 committed Oct 13, 2024
1 parent 0bd1ba7 commit 45711d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
{{ $t('admin.APP_MODERATION.ACTIONS.SEND_WARNING_EMAIL') }}
</button>
<button
class="danger"
:class="{ danger: reportedContent.suspended_at === null }"
v-if="!report.resolved && reportedContent"
@click="
displayTextArea(
Expand Down
4 changes: 2 additions & 2 deletions fittrackee_client/src/locales/en/administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"SEND_WARNING_EMAIL": "Send a warning",
"SUSPEND_ACCOUNT": "Suspend user account",
"SUSPEND_CONTENT": "Suspend content",
"UNSUSPEND_ACCOUNT": "Unsuspend user account",
"UNSUSPEND_CONTENT": "Unsuspend content"
"UNSUSPEND_ACCOUNT": "Reactivate user account",
"UNSUSPEND_CONTENT": "Reactivate content"
},
"APPEAL": {
"APPROVED": "This appeal has been approved {0}.",
Expand Down

0 comments on commit 45711d2

Please sign in to comment.