diff --git a/app/views/shared/_common_globalize_locales.html.erb b/app/views/shared/_common_globalize_locales.html.erb
index e48aef1e5..7eed43d55 100644
--- a/app/views/shared/_common_globalize_locales.html.erb
+++ b/app/views/shared/_common_globalize_locales.html.erb
@@ -1,7 +1,7 @@
"
- data-one-languages-description="<%= sanitize(t("shared.translations.languages_in_use", count: 1)) %>"
- data-other-languages-description="<%= sanitize(t("shared.translations.languages_in_use", count: 2)) %>">
+ data-zero-languages-description="<%= t("shared.translations.languages_in_use", count: 0) %>"
+ data-one-languages-description="<%= t("shared.translations.languages_in_use", count: 1) %>"
+ data-other-languages-description="<%= t("shared.translations.languages_in_use", count: 2) %>">
<%= selected_languages_description(resource) %>