Fix IDN domains not being rendered correctly in a few left-over places (#17848)
This commit is contained in:
parent
4e9855e09a
commit
392b367835
27 changed files with 79 additions and 59 deletions
|
@ -7,7 +7,7 @@
|
|||
= t('auth.status.pending')
|
||||
- elsif @user.account.moved_to_account_id.present?
|
||||
.flash-message.warning
|
||||
= t('auth.status.redirecting_to', acct: @user.account.moved_to_account.acct)
|
||||
= t('auth.status.redirecting_to', acct: @user.account.moved_to_account.pretty_acct)
|
||||
= link_to t('migrations.cancel'), settings_migration_path
|
||||
|
||||
%h3= t('auth.status.account_status')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue