Skip to content

Commit 79cf7d6

Browse files
authored
Merge pull request #5740 from nextcloud/comradekingu-patch-5
Spelling: log out, : Bigversal
2 parents b1b843e + 6ab8b90 commit 79cf7d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/files_external/js/statusmanager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ OCA.External.StatusManager = {
102102
var message;
103103
if (mountData.location === 3) {
104104
// In this case the error is because mount point use Login credentials and don't exist in the session
105-
message = t('files_external', 'Couldn\'t access. Please logout and login to activate this mount point');
105+
message = t('files_external', 'Couldn\'t access. Please log out and in again to activate this mount point');
106106
} else {
107107
message = t('files_external', 'Couldn\'t get the information from the remote server: {code} {type}', {
108108
code: jqxhr.status,
@@ -267,7 +267,7 @@ OCA.External.StatusManager = {
267267
// check if we have a list first
268268
if (list === undefined && !self.emptyWarningShown) {
269269
self.emptyWarningShown = true;
270-
OC.Notification.show(t('files_external', 'Couldn\'t get the list of Windows network drive mount points: empty response from the server'),
270+
OC.Notification.show(t('files_external', 'Couldn\'t fetch list of Windows network drive mount points: Empty response from server'),
271271
{type: 'error'}
272272
);
273273
return;

0 commit comments

Comments
 (0)