summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2016-03-26 14:53:07 +0000
committerTom Needham <tom@owncloud.com>2016-03-26 14:53:07 +0000
commit12225a44b31ba48b6812c6e1293e9b19af2a78b7 (patch)
treef463e684f0cc5d935989da92b80124e6384c1d10 /templates
parent813bc771fd8185d76aebb73c51a0d9ac22ad4380 (diff)
Fix import button text, add translation
Diffstat (limited to 'templates')
-rw-r--r--templates/contactImport.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contactImport.html b/templates/contactImport.html
index 59c8f86c..f8759c26 100644
--- a/templates/contactImport.html
+++ b/templates/contactImport.html
@@ -1,5 +1,5 @@
<input type="file" id="contact-import" class="hidden-visually"/>
<label for="contact-import" class="button" id="upload">
- <span class="text">Import</span>
+ <span class="text">{{importText}}</span>
<span class="icon-upload"></span>
</label>