diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-11-05 23:00:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 23:00:48 +0100 |
commit | b5b1a202ccf12a2c4907bc9831a5960bb10f2404 (patch) | |
tree | 5bc2e65476a5f4a908d82202a152db108fe5cc04 /config/locales/en.yml | |
parent | c8bf6192e43e426b71d2543dc29a2cba8cc9ac80 (diff) |
Fix missing string in admin UI (#19809)
Diffstat (limited to 'config/locales/en.yml')
-rw-r--r-- | config/locales/en.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index ce8dea65b..c50fc074c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -283,6 +283,7 @@ en: update_ip_block_html: "%{name} changed rule for IP %{target}" update_status_html: "%{name} updated post by %{target}" update_user_role_html: "%{name} changed %{target} role" + deleted_account: deleted account empty: No logs found. filter_by_action: Filter by action filter_by_user: Filter by user |