Blame view
sources/apps/files_encryption/templates/invalid_private_key.php
399 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 |
<?php if($_['errorCode'] === \OCA\Encryption\Crypt::ENCRYPTION_PRIVATE_KEY_NOT_VALID_ERROR): ?> |
|
6d9380f96
|
7 |
<?php p($l->t('Go directly to your %spersonal settings%s.', array('<a href="'.$location.'">', '</a>'))); ?>
|
|
31b7f2792
|
8 |
<?php endif; ?> |
|
03e52840d
|
9 10 11 |
<br/> </li> </ul> |