diff options
| author | 2014-10-02 19:47:02 +0200 | |
|---|---|---|
| committer | 2014-10-02 19:47:02 +0200 | |
| commit | ce43b1761b810c89e5e8660e8ae2638e97ca6339 (patch) | |
| tree | dc4d73a2b9e090c3aa8c4fbec9799961244b26a9 /app/views/helpers/javascript_vars.phtml | |
| parent | 408ac31dd8751eba037db216243958d396df1c8e (diff) | |
Fix box when no feed in category
See https://github.com/marienfressinaud/FreshRSS/issues/646
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
| -rw-r--r-- | app/views/helpers/javascript_vars.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml index 1139eb446..71798369d 100644 --- a/app/views/helpers/javascript_vars.phtml +++ b/app/views/helpers/javascript_vars.phtml @@ -54,6 +54,7 @@ echo 'authType="', $authType, '",', echo 'str_confirmation_default="', Minz_Translate::t('confirm_action'), '"', ",\n"; echo 'str_notif_title_articles="', Minz_Translate::t('notif_title_new_articles'), '"', ",\n"; echo 'str_notif_body_articles="', Minz_Translate::t('notif_body_new_articles'), '"', ",\n"; +echo 'str_category_empty="', Minz_Translate::t('category_empty'), '"', ",\n"; echo 'html5_notif_timeout=', $this->conf->html5_notif_timeout,",\n"; |
