diff --git a/app/assets/javascripts/admin/templates/backups_index.js.handlebars b/app/assets/javascripts/admin/templates/backups_index.js.handlebars index 780119c4737..4ae94dd38bf 100644 --- a/app/assets/javascripts/admin/templates/backups_index.js.handlebars +++ b/app/assets/javascripts/admin/templates/backups_index.js.handlebars @@ -16,7 +16,7 @@
{{i18n admin.backups.operations.download.text}} - +
diff --git a/app/assets/javascripts/admin/templates/logs/screened_ip_addresses_list_item.js.handlebars b/app/assets/javascripts/admin/templates/logs/screened_ip_addresses_list_item.js.handlebars index 4bd84e47a40..7f6750f2e56 100644 --- a/app/assets/javascripts/admin/templates/logs/screened_ip_addresses_list_item.js.handlebars +++ b/app/assets/javascripts/admin/templates/logs/screened_ip_addresses_list_item.js.handlebars @@ -18,8 +18,8 @@
{{age-with-tooltip created_at}}
{{#unless editing}} - - + + {{#if isBlocked}} {{else}} diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 4f13c4f1c90..990206cfa3b 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1721,7 +1721,7 @@ en: email_log: no_user: "Can't find user with id %{user_id}" - suspended_not_pm: "User is supsended and email is not a private message" + suspended_not_pm: "User is suspended, not a private message" seen_recently: "User was seen recently" post_not_found: "Can't find a post with id %{post_id}" notification_already_read: "The notification this email is about has already been read"