summaryrefslogtreecommitdiffstats
path: root/templates/contactList.html
diff options
context:
space:
mode:
authorAlexander Weidinger <alexwegoo@gmail.com>2016-03-17 13:42:06 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2016-03-17 15:03:52 +0100
commitaa94057e3399958e016167a08527d1585dac71ae (patch)
tree7b5d91206b7dbd7370129f0e86ee7500cd3a0e55 /templates/contactList.html
parent54a7de52c12899886d0628bf9ce9c16f406c9f06 (diff)
Fix localization.
Diffstat (limited to 'templates/contactList.html')
-rw-r--r--templates/contactList.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contactList.html b/templates/contactList.html
index ab03c7e9..3b153eea 100644
--- a/templates/contactList.html
+++ b/templates/contactList.html
@@ -7,6 +7,6 @@
<div ng-show="!ctrl.contactList.length">
<div id="emptysearch" class="">
<div class="icon-search"></div>
- <h2>{{ctrl.t.emptySearch}} {{ctrl.searchTerm}}</h2>
+ <h2>{{ctrl.t.emptySearch}}</h2>
</div>
</div>