aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/javascript_vars.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
-rw-r--r--app/views/helpers/javascript_vars.phtml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml
index 0961ac3fe..6577e0109 100644
--- a/app/views/helpers/javascript_vars.phtml
+++ b/app/views/helpers/javascript_vars.phtml
@@ -59,10 +59,10 @@ echo 'url={',
"},\n";
echo 'i18n={',
- 'confirmation_default:"', _t('confirm_action'), '",',
- 'notif_title_articles:"', _t('notif_title_new_articles'), '",',
- 'notif_body_articles:"', _t('notif_body_new_articles'), '",',
- 'category_empty:"', _t('category_empty'), '"',
+ 'confirmation_default:"', _t('gen.js.confirm_action'), '",',
+ 'notif_title_articles:"', _t('gen.js.notif_title_new_articles'), '",',
+ 'notif_body_articles:"', _t('gen.js.notif_body_new_articles'), '",',
+ 'category_empty:"', _t('gen.js.category_empty'), '"',
"},\n";
echo 'icons={',