Skip to content
Snippets Groups Projects
Commit 93ed6a69 authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Merge pull request #8169 from owncloud/change-to-show

Change from showHTML to show

* owncloud/change-to-show:
  Change from showHTML to show
parents 96137027 6343391e
Branches
No related tags found
No related merge requests found
......@@ -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') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment