diff options
author | Abijeet <abijeetpatro@gmail.com> | 2018-06-06 23:31:25 +0530 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-18 07:39:44 +0200 |
commit | 0c77b93b8674db71df7d6ca24a8de600818175f6 (patch) | |
tree | 4a6e33e6e258055cce18a5bcbe6541a21928aadd /apps/files/js/app.js | |
parent | e89f6590e2983c55b1a15f700eb3258554f36197 (diff) | |
download | nextcloud-server-0c77b93b8674db71df7d6ca24a8de600818175f6.tar.gz nextcloud-server-0c77b93b8674db71df7d6ca24a8de600818175f6.zip |
Fixes issues found during running of test cases.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
Diffstat (limited to 'apps/files/js/app.js')
-rw-r--r-- | apps/files/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js index f8e59a71b94..6a21bce975b 100644 --- a/apps/files/js/app.js +++ b/apps/files/js/app.js @@ -90,7 +90,7 @@ filesClient: OC.Files.getClient(), multiSelectMenu: [ { - name: 'moveCopy', + name: 'copyMove', displayName: t('files', 'Move or copy'), iconClass: 'icon-external', }, |