mirror of
https://github.com/moparisthebest/mail
synced 2024-11-21 08:34:59 -05:00
Review text
This commit is contained in:
parent
c3362c193d
commit
1d0efc02a2
@ -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?'
|
||||
};
|
@ -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…
Reference in New Issue
Block a user