diff options
author | Volkan Gezer <volkangezer@gmail.com> | 2014-09-21 17:32:37 +0200 |
---|---|---|
committer | Volkan Gezer <volkangezer@gmail.com> | 2014-09-21 17:32:37 +0200 |
commit | 6946962609548141eb4b7091b56be123c4775bae (patch) | |
tree | ad9bbabe5c2a1a35827fe18600c91650c75fb229 /apps | |
parent | f8ecef29171db418c45bff99cfb0ffd3423f79e8 (diff) | |
download | nextcloud-server-6946962609548141eb4b7091b56be123c4775bae.tar.gz nextcloud-server-6946962609548141eb4b7091b56be123c4775bae.zip |
fix button text l10n
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/js/external.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/external.js b/apps/files_sharing/js/external.js index e743d2e2d32..6ede2584cd9 100644 --- a/apps/files_sharing/js/external.js +++ b/apps/files_sharing/js/external.js @@ -74,7 +74,7 @@ // hack the buttons $dialog.find('.ui-icon').remove(); $buttons.eq(0).text(t('core', 'Cancel')); - $buttons.eq(1).text(t('core', 'Add remote share')); + $buttons.eq(1).text(t('files_sharing', 'Add remote share')); }; })(); |