Commit 0ca92ca1e776ebcfbe2474f5902bdaed5b50fee8
1 parent
8aa6d299
Exists in
master
and in
4 other branches
Fix warning in profile info
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/profile/info/profile-info.html
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | <div id="profile-info-extrainfo" class="profile-info-extrainfo"> |
11 | 11 | <span class="label" ng-class="{'label-danger': vm.profile.type == 'Community', 'label-info': vm.profile.type == 'Person'}">{{vm.profile | translateProfile}}</span> |
12 | 12 | <div class="profile-since"> |
13 | - {{"profile.member_since" | translate}}: {{vm.profile.created_at | amDateFormat:'MMMM YYYY'}} | |
13 | + {{"profile.member_since" | translate}}: {{vm.profile.created_at | dateFormat | amDateFormat:'MMMM YYYY'}} | |
14 | 14 | </div> |
15 | 15 | </div> |
16 | 16 | </div> | ... | ... |