Review text

This commit is contained in:
Tankred Hase 2015-05-19 18:30:31 +02:00
parent c3362c193d
commit 1d0efc02a2
2 changed files with 3 additions and 3 deletions

View File

@ -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?'
};

View File

@ -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>