File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Umbraco.Web.UI.Client/src/views/common/overlays/user Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
< div ng-controller ="Umbraco.Overlays.UserController ">
2
2
< div class ="umb-control-group " ng-if ="!showPasswordFields ">
3
3
4
- < h5 > < localize key ="user_yourProfile "> </ localize > </ h5 >
4
+ < h5 > < localize key ="user_yourProfile "> Your profile </ localize > </ h5 >
5
5
6
6
< umb-button
7
7
alias ="editUser "
75
75
76
76
77
77
< div class ="umb-control-group " ng-if ="!showPasswordFields && history.length ">
78
- < h5 > < localize key ="user_yourHistory "> </ localize > </ h5 >
78
+ < h5 > < localize key ="user_yourHistory "> Your recent history </ localize > </ h5 >
79
79
< ul class ="umb-tree ">
80
80
< li ng-repeat ="item in history | orderBy:'time':true ">
81
81
< a ng-href ="{{item.link}} " ng-click ="gotoHistory(item.link) " prevent-default >
You can’t perform that action at this time.
0 commit comments