Browse Source

Review text

master
Tankred Hase 8 years ago
parent
commit
1d0efc02a2
  1. 4
      src/js/app-config.js
  2. 2
      src/tpl/login-existing.html

4
src/js/app-config.js

@ -111,5 +111,5 @@ appCfg.string = { @@ -111,5 +111,5 @@ appCfg.string = {
logoutTitle: 'Logout',
logoutMessage: 'Are you sure you want to log out? Please back up your encryption key before proceeding!',
removePreAuthAccountTitle: 'Remove account',
removePreAuthAccountMessage: 'Are you sure you want to remove this account from this device?'
};
removePreAuthAccountMessage: 'Are you sure you want to remove your account from this device?'
};

2
src/tpl/login-existing.html

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
</div>
</form>
<p class="typo-paragraph">
<a href="#" wo-touch="$event.preventDefault(); logout()" title="Remove account from device">Forgot the passphrase? Remove account from device.</a>
<a href="#" wo-touch="$event.preventDefault(); logout()" title="Remove account from device">Forgot your passphrase?</a>
</p>
</main>
<div ng-include="'tpl/page-footer.html'"></div>

Loading…
Cancel
Save