Blame view
sources/apps/files_encryption/templates/invalid_private_key.php
412 Bytes
|
03e52840d
|
1 2 3 |
<ul> <li class='error'> <?php $location = \OC_Helper::linkToRoute( "settings_personal" ).'#changePKPasswd' ?> |
|
31b7f2792
|
4 |
<?php p($_['message']); ?> |
|
03e52840d
|
5 |
<br/> |
|
31b7f2792
|
6 7 8 |
<?php if($_['errorCode'] === \OCA\Encryption\Crypt::ENCRYPTION_PRIVATE_KEY_NOT_VALID_ERROR): ?>
<?php>p($l->t('Go directly to your ')); ?> <a href="<?php echo $location?>"><?php p($l->t('personal settings')); ?>.</a>
<?php endif; ?>
|
|
03e52840d
|
9 10 11 |
<br/> </li> </ul> |