diff options
author | Andreas Fischer <bantu@owncloud.com> | 2014-04-20 15:53:33 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@owncloud.com> | 2014-04-20 15:53:33 +0200 |
commit | 93ed6a695e1383f6b36cd7923a12b455edd312c9 (patch) | |
tree | 66550ebf7bf2ae6396be1bd2f813fdc2537f5b52 /apps | |
parent | 96137027f8b61b338caf87850fd10f8998fe098f (diff) | |
parent | 6343391e580b0a686f2b2ee2b0b43ca675473be8 (diff) | |
download | nextcloud-server-93ed6a695e1383f6b36cd7923a12b455edd312c9.tar.gz nextcloud-server-93ed6a695e1383f6b36cd7923a12b455edd312c9.zip |
Merge pull request #8169 from owncloud/change-to-show
Change from showHTML to show
* owncloud/change-to-show:
Change from showHTML to show
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/js/files.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js index ac10191618b..9f38263bef3 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -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') { |