diff --git a/app/css/app.css b/app/css/app.css index b31c6bca..c987240d 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -673,16 +673,16 @@ a.tg_radio_on:hover i.icon-radio { text-align: center; font-size: 24px; font-weight: normal; - margin: 20px 0 25px; + margin: 15px 0 20px; } .welcome_text { text-align: center; - margin-bottom: 30px; - font-size: 13px; - line-height: 16px; + margin-bottom: 26px; + font-size: 14px; + line-height: 14px; } .welcome_btn_wrap { - max-width: 206px; + max-width: 219px; margin: 0 auto; } @@ -697,7 +697,7 @@ a.tg_radio_on:hover i.icon-radio { .welcome_footer_card_wrap { width: 260px; - margin: 45px auto 0; + margin: 41px auto 0; text-align: center; } .welcome_footer_card { @@ -731,7 +731,7 @@ a.tg_radio_on:hover i.icon-radio { } .welcome_footer_card_wrap h4 { - font-size: 16px; + font-size: 18px; } .welcome_footer_card_wrap .welcome_footer_card_lead { diff --git a/app/js/init.js b/app/js/init.js index 96948280..a4117158 100644 --- a/app/js/init.js +++ b/app/js/init.js @@ -43,7 +43,7 @@ appCache.addEventListener('updateready', function (e) { if (appCache.status == appCache.UPDATEREADY) { if (!declined) { - safeConfirm({type: 'WEBOGRAM_UPDATED_RELOAD', message: 'A new version of Webogram is available. Load it?'}, function (result) { + safeConfirm({type: 'WEBOGRAM_UPDATED_RELOAD', message: 'A new version of Webogram is downloaded. Launch it?'}, function (result) { if (result) { window.location.reload(); } else { diff --git a/app/partials/confirm_modal.html b/app/partials/confirm_modal.html index 20b0bb35..382feae1 100644 --- a/app/partials/confirm_modal.html +++ b/app/partials/confirm_modal.html @@ -6,7 +6,7 @@
Welcome to an unofficial web-prototype of Telegram.
-It is an alpha, so it still may not be 200% reliable.
+This is an unofficial web-client for the Telegram Messenger.
+It's still an alpha-version and may not be 200% reliable