diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-07 14:38:00 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-07 14:38:00 +0200 |
commit | 21a54ba50f654aa582148c971e16be7ec6d4ce47 (patch) | |
tree | fe07155184888903d59ca03ef9458c8c5bb4715e /apps | |
parent | 3c9f5884490ab2e2d04eec1eb547aba036a1386e (diff) | |
parent | 779dff31c440c7252e9bab88e89b7864afec7bf2 (diff) | |
download | nextcloud-server-21a54ba50f654aa582148c971e16be7ec6d4ce47.tar.gz nextcloud-server-21a54ba50f654aa582148c971e16be7ec6d4ce47.zip |
Merge pull request #8086 from owncloud/fix_copy_conflict_translations_in_js
Fix copy conflict dialog translation
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/templates/fileexists.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/templates/fileexists.html b/apps/files/templates/fileexists.html index 662177ac7ed..79beccef3e5 100644 --- a/apps/files/templates/fileexists.html +++ b/apps/files/templates/fileexists.html @@ -3,8 +3,8 @@ <span class="what">{what}<!-- If you select both versions, the copied file will have a number added to its name. --></span><br/> <br/> <table> - <th><label><input class="allnewfiles" type="checkbox" />New Files<span class="count"></span></label></th> - <th><label><input class="allexistingfiles" type="checkbox" />Already existing files<span class="count"></span></label></th> + <th><label><input class="allnewfiles" type="checkbox" />{allnewfiles}<span class="count"></span></label></th> + <th><label><input class="allexistingfiles" type="checkbox" />{allexistingfiles}<span class="count"></span></label></th> </table> <div class="conflicts"> <div class="template"> |