Skip to content

Commit

Permalink
Update apps/files_external/js/statusmanager.js
Browse files Browse the repository at this point in the history
Co-authored-by: Morris Jobke <hey@morrisjobke.de>
  • Loading branch information
icewind1991 and MorrisJobke authored Jan 7, 2021
1 parent 2e94b3d commit be163c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/js/statusmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ OCA.Files_External.StatusManager = {
}
});
} else {
OC.dialogs.info(t('files_external', 'There was an error with message: ') + mountData.error + '. Please contact your system administrator.', t('files_external', 'External mount error'), () => {});
OC.dialogs.info(t('files_external', 'There was an error with message: ') + mountData.error + '. Please contact your system administrator.', t('files_external', 'External mount error'), function() {});
}
} else {
OC.dialogs.confirm(t('files_external', 'There was an error with message: ') + mountData.error + '. Do you want to review mount point config in personal settings page?', t('files_external', 'External mount error'), function (e) {
Expand Down

0 comments on commit be163c5

Please sign in to comment.