Browse Source

l10n fixes

master
Igor Zhukov 10 years ago
parent
commit
3af88febb9
  1. 2
      app/js/locales/en-us.json
  2. 2
      app/partials/mobile/profile_edit_modal.html

2
app/js/locales/en-us.json

@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
"group_edit_submit_active": "Saving...",
"confirm_modal_logout": "Are you sure you want to log out?",
"confirm_modal_update_reload": "A new version of Webogram has been downloaded. Launch it?",
"confirm_modal_update_reload": "A new version of Telegram Web has been downloaded. Launch it?",
"confirm_modal_history_flush": "Are you sure? This can not be undone!",
"confirm_modal_terminate_sessions": "Are you sure you want to log out all devices except for the current one?",
"confirm_modal_mixed_content_fail_http_redirect_md": "Your browser {moz-link: does not support} mixed content which is neccessary for MTProto support on https. {issue-link: Learn more}\n\n Would you like to use http-version instead?",

2
app/partials/mobile/profile_edit_modal.html

@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
<ul class="nav navbar-nav navbar-quick-nav">
<li class="navbar-quick-right">
<a ng-class="{disabled: profile.updating}" ng-click="updateProfile()" ng-bind="profile.updating ? 'Saving...' : 'Save'" ng-disabled="profile.updating"></a>
<a ng-class="{disabled: profile.updating}" ng-click="updateProfile()" ng-bind="profile.updating ? 'profile_edit_submit_active' : 'profile_edit_submit' | i18n" ng-disabled="profile.updating"></a>
</li>
<li>
<a ng-click="$dismiss()" class="navbar-quick-media-back">

Loading…
Cancel
Save