Skip to content

Commit

Permalink
Rename "permanent" bans to "indefinite"
Browse files Browse the repository at this point in the history
Currently applies to tournament bans and restrictions
  • Loading branch information
cl8n committed Aug 6, 2023
1 parent 95fb8fa commit b479f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/profile-page/account-standing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const ColumnLength = ({ history }: ColumnProps) => {
if (history.type === 'restriction' || history.permanent) {
return (
<div className={`${bn}__action ${bn}__action--restriction`}>
{trans('users.show.extra.account_standing.recent_infringements.length_permanent')}
{trans('users.show.extra.account_standing.recent_infringements.length_indefinite')}
</div>
);
}
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/users.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
'date' => 'date',
'action' => 'action',
'length' => 'length',
'length_permanent' => 'Permanent',
'length_indefinite' => 'Indefinite',
'description' => 'description',
'actor' => 'by :username',

Expand Down

0 comments on commit b479f4e

Please sign in to comment.