mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Change from showHTML to show
There is no need to use `showHTML` here.
This commit is contained in:
parent
e704bc2bf0
commit
6343391e58
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ var Files = {
|
|||
return;
|
||||
}
|
||||
if (initStatus === '1') { // encryption tried to init but failed
|
||||
OC.Notification.showHtml(t('files', 'Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.'));
|
||||
OC.Notification.show(t('files', 'Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files.'));
|
||||
return;
|
||||
}
|
||||
if (encryptedFiles === '1') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue