From 68a0be92182f3fc4277289c8faf82dda6117e2d5 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Wed, 31 May 2023 02:09:21 +0400 Subject: [PATCH] changed empty screen title --- app/assets/stylesheets/themes/scinote.scss | 5 +++++ app/views/layouts/application.html.erb | 2 +- config/locales/en.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 65fb21806..29c5b9760 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -142,6 +142,11 @@ body { background-color: inherit; } +.no-teams-info { + font-size: small !important; + font-weight: normal !important; +} + .badge { background-color: $brand-primary; font-size: 11px; diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 885612308..643430b70 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -89,7 +89,7 @@
<%= image_tag "empty-screen-illustration.png", size: "500x500" %>

<%=t 'general.no_teams.title' %>

-

<%=t 'general.no_teams.text' %>

+

<%=t 'general.no_teams.text' %>

<% else %> <%= yield :content %> diff --git a/config/locales/en.yml b/config/locales/en.yml index ddae45c1e..fd54243f3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3501,7 +3501,7 @@ en: filter: "Filter:" no_teams: title: "Your dashboard is empty!" - text: "It seems you're not a member of any team." + text: "You should request access from your team administrators." api: core: