summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/templates/invalid_private_key.php
blob: 700b37b58a75b665e004034ba956d337b87a3e69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<ul>
	<li class='error'>
		<?php $location = \OCP\Util::linkToRoute( "settings_personal" ).'#changePKPasswd' ?>

		<?php p($_['message']); ?>
		<br/>
		<?php if($_['errorCode'] === \OCA\Files_Encryption\Crypt::ENCRYPTION_PRIVATE_KEY_NOT_VALID_ERROR): ?>
			<?php p($l->t('Go directly to your %spersonal settings%s.', array('<a href="'.$location.'">', '</a>'))); ?>
		<?php endif; ?>
		<br/>
	</li>
</ul>