changed empty screen title

This commit is contained in:
Giga Chubinidze 2023-05-31 02:09:21 +04:00
parent 534afe64cb
commit 68a0be9218
3 changed files with 7 additions and 2 deletions

View file

@ -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;

View file

@ -89,7 +89,7 @@
<div id="no-teams-jumbotron" class="jumbotron">
<%= image_tag "empty-screen-illustration.png", size: "500x500" %>
<h2><%=t 'general.no_teams.title' %></h2>
<p data-hook="general-no-teams-text"><%=t 'general.no_teams.text' %></p>
<p class="no-teams-info"><%=t 'general.no_teams.text' %></p>
</div>
<% else %>
<%= yield :content %>

View file

@ -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: