Skip to content

Commit

Permalink
fix: copy + color
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed May 1, 2023
1 parent 2476c80 commit b404998
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions public/modules/dashboards/config/translations.client.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ var static_en = {
signup_mailing: "Sign up to mailing list",
join_whatsapp: "Join WhatsApp group",
warning_banner:
"Warning: Some map layers may be outdated. Click the info icon on each indicator for source and date. Contact [email protected] for questions.",
"Attention: data on this platform is not being updated. Click the info icon on each indicator for source and date. Contact [email protected] for questions.",
warning_banner_mobile:
"Warning: Some map layers may be outdated. Contact [email protected] for questions.",
"Attention: data on this platform is not being updated. Contact [email protected] for questions.",
};

var static_es = {
Expand Down Expand Up @@ -146,9 +146,9 @@ var static_es = {
export_json: "Exportar (JSON)",
export_pdf: "Exportar (PDF)",
warning_banner:
"Advertencia: Algunas capas de mapas pueden estar desactualizadas. Haga clic en el ícono de información en cada indicador para la fuente y la fecha. Póngase en contacto con [email protected] si tiene preguntas.",
"Atención: los datos de esta plataforma no se están actualizando. Haga clic en el ícono de información en cada indicador para la fuente y la fecha. Póngase en contacto con [email protected] si tiene preguntas.",
warning_banner_mobile:
"Advertencia: Algunas capas de mapas pueden estar desactualizadas. Póngase en contacto con [email protected] si tiene preguntas.",
"Atención: los datos de esta plataforma no se están actualizando. Póngase en contacto con [email protected] si tiene preguntas.",
};

var static_fr = {
Expand Down Expand Up @@ -216,9 +216,9 @@ var static_fr = {
draft: "Version temporaire",
export_json: "Exporter (JSON)",
warning_banner:
"Attention : Certaines couches de carte peuvent être obsolètes. Cliquez sur l'icône d'information sur chaque indicateur pour la source et la date. Contactez [email protected] pour toute question.",
"Attention: les données de cette plateforme ne sont pas mises à jour. Cliquez sur l'icône d'information sur chaque indicateur pour la source et la date. Contactez [email protected] pour toute question.",
warning_banner_mobile:
"Attention : Certaines couches de carte peuvent être obsolètes. Contactez [email protected] pour toute question.",
"Attention: les données de cette plateforme ne sont pas mises à jour. Contactez [email protected] pour toute question.",
};

angular.module("dashboards").config(function($translateProvider, DataProvider) {
Expand Down
3 changes: 1 addition & 2 deletions public/modules/dashboards/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

#warning-banner {
background-color: #d7191c;
background-color: #f6cfcd;
height: 50px;
display: flex;
align-items: center;
Expand All @@ -52,7 +52,6 @@
#warning-text,
#warning-text-mobile {
padding: 0 3px 0 3px;
color: white;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 2;
Expand Down

0 comments on commit b404998

Please sign in to comment.