Merge pull request #2034 from nextcloud/product-typo

Fix translation string
This commit is contained in:
Roeland Jago Douma 2016-11-07 13:47:35 +01:00 committed by GitHub
commit 689567ec6d
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ OCA.External.StatusManager = {
// In this case the error is because mount point use Login credentials and don't exist in the session
message = t('files_external', 'Couldn\'t access. Please logout and login to activate this mount point');
} else {
message = t('files_external', 'Couldn\'t get the information from the ownCloud server: {code} {type}', {
message = t('files_external', 'Couldn\'t get the information from the remote server: {code} {type}', {
code: jqxhr.status,
type: error
});