From 3517103398ccaedf2ff4960a7a0927e9bd9db708 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 28 Feb 2019 14:40:33 +0000 Subject: [PATCH] UX: Correct locale key for theme compatibility error --- .../javascripts/admin/templates/customize-themes-show.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/admin/templates/customize-themes-show.hbs b/app/assets/javascripts/admin/templates/customize-themes-show.hbs index c5af5d77051..2a2bfa09043 100644 --- a/app/assets/javascripts/admin/templates/customize-themes-show.hbs +++ b/app/assets/javascripts/admin/templates/customize-themes-show.hbs @@ -23,7 +23,7 @@ {{i18n "admin.customize.theme.required_version.minimum" version=model.remote_theme.minimum_discourse_version}} {{/if}} {{#if model.remote_theme.maximum_discourse_version}} - {{i18n "admin.customize.theme.required_version.minimum" version=model.remote_theme.maximum_discourse_version}} + {{i18n "admin.customize.theme.required_version.maximum" version=model.remote_theme.maximum_discourse_version}} {{/if}} {{/unless}}