diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 48614cd38..964e1348e 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -23,7 +23,10 @@ $sidebar-active: #f4fcd0; h2 { font-weight: 100; margin-bottom: $line-height; - text-transform: uppercase; + + &.title { + text-transform: uppercase; + } } .back { diff --git a/app/views/admin/dashboard/index.html.erb b/app/views/admin/dashboard/index.html.erb index e73a37b57..ca64da28d 100644 --- a/app/views/admin/dashboard/index.html.erb +++ b/app/views/admin/dashboard/index.html.erb @@ -1,9 +1,9 @@
<%= t("admin.dashboard.index.description", org: setting['org_name']) %>
diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml index ca9a543e9..09f9dd84c 100644 --- a/config/locales/en/admin.yml +++ b/config/locales/en/admin.yml @@ -214,7 +214,7 @@ en: title: Hidden comments dashboard: index: - back: Go back to + back: Go back to %{org} title: Administration description: Welcome to the %{org} admin panel. debates: diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml index 7d768e4d9..ae61b9d58 100644 --- a/config/locales/es/admin.yml +++ b/config/locales/es/admin.yml @@ -214,7 +214,7 @@ es: title: Comentarios ocultos dashboard: index: - back: Volver a + back: Volver a %{org} title: Administración description: Bienvenido al panel de administración de %{org}. debates: