From 5fa7d14d5e88e6e8ace605a0cd80073c90aec236 Mon Sep 17 00:00:00 2001 From: Rodrigo Nascimento Date: Fri, 13 Apr 2018 13:26:53 -0300 Subject: [PATCH] =?UTF-8?q?Improve=20new=20app=E2=80=99s=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/css/index.css | 1 + www/shared/i18n/en.i18n.json | 4 ++-- www/shared/i18n/pt.i18n.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/css/index.css b/www/css/index.css index 665f380..f3a2bd4 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -222,6 +222,7 @@ body.loading .loading-box { .new-apps button { border: none; + background: transparent; } .new-apps button.dismiss { diff --git a/www/shared/i18n/en.i18n.json b/www/shared/i18n/en.i18n.json index a575d0f..bb8bb37 100644 --- a/www/shared/i18n/en.i18n.json +++ b/www/shared/i18n/en.i18n.json @@ -30,7 +30,7 @@ "Updating_files_s_s": "Updating files
%s / %s", "Validating_server": "Validating server", "Warning": "Warning", - "new_native_apps_title": "Our new native apps are available", - "new_native_apps_description": "They have a much better performance, give it a try!", + "new_native_apps_title": "Check out our new native apps!", + "new_native_apps_description": "They have been completely rebuilt from the ground up for performance, and a better user experience. Give it a try!", "No_thanks": "No, thanks" } diff --git a/www/shared/i18n/pt.i18n.json b/www/shared/i18n/pt.i18n.json index 513e6e7..ef32d93 100644 --- a/www/shared/i18n/pt.i18n.json +++ b/www/shared/i18n/pt.i18n.json @@ -30,7 +30,7 @@ "Updating_files_s_s": "Atualizando arquivos
%s / %s", "Validating_server": "Validando servidor", "Warning": "Atenção", - "new_native_apps_title": "Nossos novos apps nativos estão disponíveis", - "new_native_apps_description": "Eles são muito mais rápidos, experimente!", + "new_native_apps_title": "Confira nossos novos apps nativos!", + "new_native_apps_description": "Eles foram completamente re-escritos do zero para garantir performance e usabilidade melhores. Experimente!", "No_thanks": "Não, obrigado" }