diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb index 79540a5d0..007dd966f 100644 --- a/app/views/admin/_menu.html.erb +++ b/app/views/admin/_menu.html.erb @@ -1,3 +1,6 @@
- <%= link_to t('admin.tags.index.title'), admin_tags_path %> +
diff --git a/config/locales/admin.en.yml b/config/locales/admin.en.yml index 50f59cb81..d9a40ff41 100644 --- a/config/locales/admin.en.yml +++ b/config/locales/admin.en.yml @@ -1,5 +1,8 @@ en: admin: + menu: + tags: Tags + organizations: Organizations dashboard: index: title: Administration diff --git a/config/locales/admin.es.yml b/config/locales/admin.es.yml index 74290ce6c..bb1576045 100644 --- a/config/locales/admin.es.yml +++ b/config/locales/admin.es.yml @@ -1,5 +1,8 @@ es: admin: + menu: + tags: Temas de debate + organizations: Organizaciones dashboard: index: title: Administración