File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments