summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorskjnldsv <fremulon@protonmail.com>2016-09-03 16:30:24 +0200
committerskjnldsv <fremulon@protonmail.com>2016-09-03 16:30:24 +0200
commit8d05ceb9c9e7d8e5a69232df0b3e803ee34f4a85 (patch)
tree9b581bd674be7302bf21fd04e0cecd1464fee1fa /templates
parent022a0e80f6165825c06f93ff2e4bd85741a00faa (diff)
Bigger add symbol and button translation fix
Diffstat (limited to 'templates')
-rw-r--r--templates/newContactButton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/newContactButton.html b/templates/newContactButton.html
index 3db7e527..26e52f45 100644
--- a/templates/newContactButton.html
+++ b/templates/newContactButton.html
@@ -1,2 +1,2 @@
-<button ng-show="!ctrl.loading && !ctrl.invalid" class="app-content-list-button" id="new-contact-button"
+<button ng-show="!ctrl.loading && !ctrl.invalid" class="icon-add app-content-list-button" id="new-contact-button"
type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>