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

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

added translations

parent efb335c3
Loading
Loading
Loading
Loading
Loading
+1 −1
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_ = t('core', 'Note');
  let content_ = '<p>' + t('core', '2FA-Note') + '</p>';
  $('#two-factor-auth').append(content_);
  
});