summaryrefslogtreecommitdiffstats
path: root/templates/contactList.html
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2016-02-24 20:54:35 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-02-24 21:51:34 +0100
commit2834fb7b924c6d211148e879856aaf23342fb870 (patch)
tree5b4d4be41b782796ba028d77f82fdc9dc1035ec3 /templates/contactList.html
parentf896787190cf1122a35e912b255bf0346d4577e9 (diff)
Initial setup of l10n
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 bcbaeac0..11270c46 100644
--- a/templates/contactList.html
+++ b/templates/contactList.html
@@ -1,4 +1,4 @@
-<button class="app-content-list-button" type="button" name="button" ng-click="ctrl.createContact()">Add contact</button>
+<button class="app-content-list-button" type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>
<div class="app-content-list-item"
ng-repeat="contact in ctrl.contacts | contactGroupFilter:ctrl.routeParams.gid | orderBy:'fullName()' track by contact.uid()"
contact data="contact"