diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-18 19:01:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 19:01:59 +0200 |
commit | dd5d99f83f20740addcd47591177496795344122 (patch) | |
tree | 6def9aa93293a13ab3bf4e5314aa3d2170c7f014 /app/views | |
parent | 8a1d10cb35bdd89c2c950aa65cbdca737ac763fc (diff) |
Fix error on migration page (#19386)
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/settings/migrations/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/migrations/show.html.haml b/app/views/settings/migrations/show.html.haml index 492f6fe12..14bebb19b 100644 --- a/app/views/settings/migrations/show.html.haml +++ b/app/views/settings/migrations/show.html.haml @@ -76,7 +76,7 @@ - if migration.target_account.present? = compact_account_link_to migration.target_account - else - = migration.pretty_acct + = migration.acct %td= number_with_delimiter migration.followers_count |