summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-08-11 14:31:48 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-08-11 14:31:48 +0200
commitec7c7dba4d78d5ec7f9fb472d4bbad54f0b9e3c0 (patch)
treef2bbf6c78215f2eef301e407d0b9c0f3fbf3c558 /js
parent8d5b01bc841db5e88c807f8d497636be03a8f1be (diff)
fix capitalization of death date (#484)
Diffstat (limited to 'js')
-rw-r--r--js/services/vCardProperties.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/services/vCardProperties.js b/js/services/vCardProperties.js
index 348694dd..11e9c145 100644
--- a/js/services/vCardProperties.js
+++ b/js/services/vCardProperties.js
@@ -71,7 +71,7 @@ angular.module('contactsApp')
template: 'date'
},
deathdate: {
- readableName: t('contacts', 'Date of Death'),
+ readableName: t('contacts', 'Date of death'),
template: 'date'
},
email: {