summaryrefslogtreecommitdiffhomepage
path: root/app/components
diff options
context:
space:
mode:
Diffstat (limited to 'app/components')
-rw-r--r--app/components/Account.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Account.js b/app/components/Account.js
index bb8236bc4c..d3faea5c96 100644
--- a/app/components/Account.js
+++ b/app/components/Account.js
@@ -27,7 +27,7 @@ export default class Account extends Component {
render() {
let paidUntil = moment(this.props.user.paidUntil);
let formattedAccountId = formatAccount(this.props.user.account);
- let formattedPaidUntil = paidUntil.format('LLLL');
+ let formattedPaidUntil = paidUntil.format('hA D MMMM YYYY');
let isOutOfTime = paidUntil.isSameOrBefore(moment());
return (