diff options
author | Volkan Gezer <volkangezer@gmail.com> | 2014-09-21 17:32:37 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-09-22 09:32:03 +0200 |
commit | d16b8c03e9060f74161b4996448eb90a25dad1c7 (patch) | |
tree | 6b0ef93ecd97f5938e82633563c0195b2b101953 /apps/files_sharing/js | |
parent | 5aaf8dcc01c0cca830a90298f3e3827b259cff2a (diff) | |
download | nextcloud-server-d16b8c03e9060f74161b4996448eb90a25dad1c7.tar.gz nextcloud-server-d16b8c03e9060f74161b4996448eb90a25dad1c7.zip |
fix button text l10n
Diffstat (limited to 'apps/files_sharing/js')
-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')); }; })(); |