Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efb335c3 authored by Ronak Patel's avatar Ronak Patel
Browse files

Added translation

parent 1495df5d
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -266,7 +266,7 @@ $(document).ready(function () {
  $('#app-navigation [data-id="trashbin"]').removeClass('pinned first-pinned');
  $('#app-navigation [id="quota"]').addClass('pinned first-pinned');
  $('#two-factor-auth > a').attr('href','https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager');
  let content_ = '<p>Use a second factor besides your password to increase security for your account.</p>'
  			   +'<p><b>Note:</b> You\'ll need to create a new <a class="text-color-007fff" href="https://doc.e.foundation/support-topics/two-factor-authentication#using-an-application-password-for-the-eos-account-manager">application password</a> to set your account within /e/OS. Additionally, you need to <a class="text-color-007fff" href="https://doc.e.foundation/support-topics/two-factor-authentication#manually-setup-mail-application">provide your main account password to /e/OS Mail</a></p>';
  let content_ = t('core', 'Note');
  $('#two-factor-auth').append(content_);
  
});