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

Change from showHTML to show

* owncloud/change-to-show:
  Change from showHTML to show
This commit is contained in:
Andreas Fischer 2014-04-20 15:53:33 +02:00
commit 93ed6a695e
1 changed files with 1 additions and 1 deletions

View File

@ -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') {