[Pkg-owncloud-commits] [owncloud] 106/165: fix date variable
David Prévot
taffit at moszumanska.debian.org
Thu Apr 23 04:06:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 89353695648eb686e6fffd49f86a6d014121f551
Author: Morris Jobke <hey at morrisjobke.de>
Date: Wed Apr 15 18:06:57 2015 +0200
fix date variable
---
settings/js/personal.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/js/personal.js b/settings/js/personal.js
index c251d15..165b55b 100644
--- a/settings/js/personal.js
+++ b/settings/js/personal.js
@@ -317,7 +317,7 @@ $(document).ready(function () {
row.data('name', data.name);
row.addClass(isExpired? 'expired': 'valid');
row.append($('<td/>').attr('title', data.organization).text(data.commonName));
- row.append($('<td/>').attr('title', t('core,', 'Valid until {date}', {date: data.validFromString}))
+ row.append($('<td/>').attr('title', t('core,', 'Valid until {date}', {date: data.validTillString}))
.text(data.validTillString));
row.append($('<td/>').attr('title', data.issuerOrganization).text(data.issuer));
row.append($('<td/>').addClass('remove').append(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list