diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-07-12 12:04:41 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2016-07-14 11:22:35 +0200 |
commit | 1394b0afb9b1d3d7c8952faea85873e731ccb801 (patch) | |
tree | bcaba4f8569718b0a310a35fdee0acbde781e519 /apps/files_sharing/js | |
parent | a0ae16aa1ab717613a11083868a4856795413991 (diff) | |
download | nextcloud-server-1394b0afb9b1d3d7c8952faea85873e731ccb801.tar.gz nextcloud-server-1394b0afb9b1d3d7c8952faea85873e731ccb801.zip |
replace 'ownCloud' with 'Nextcloud'
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/public.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index 38dc40eeb1e..d4f3bd36a63 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -313,7 +313,7 @@ OCA.Sharing.PublicApp = { $.get(OC.generateUrl('apps/files_sharing/testremote'), {remote: remote}).then(function (protocol) { if (protocol !== 'http' && protocol !== 'https') { toggleLoading(); - OC.dialogs.alert(t('files_sharing', 'No ownCloud installation (7 or higher) found at {remote}', {remote: remote}), + OC.dialogs.alert(t('files_sharing', 'No Nextcloud installation (7 or higher) found at {remote}', {remote: remote}), t('files_sharing', 'Invalid ownCloud url')); } else { OC.redirect(protocol + '://' + url); |