Skip to content

Commit 5f7c00d

Browse files
BatJannathanwoulfe
authored andcommitted
Add missing fallback texts
1 parent f6854cd commit 5f7c00d

File tree

1 file changed

+2
-2
lines changed
  • src/Umbraco.Web.UI.Client/src/views/common/overlays/user

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/views/common/overlays/user/user.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div ng-controller="Umbraco.Overlays.UserController">
22
<div class="umb-control-group" ng-if="!showPasswordFields">
33

4-
<h5><localize key="user_yourProfile"></localize></h5>
4+
<h5><localize key="user_yourProfile">Your profile</localize></h5>
55

66
<umb-button
77
alias="editUser"
@@ -75,7 +75,7 @@ <h5>
7575

7676

7777
<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>
7979
<ul class="umb-tree">
8080
<li ng-repeat="item in history | orderBy:'time':true">
8181
<a ng-href="{{item.link}}" ng-click="gotoHistory(item.link)" prevent-default>

0 commit comments

Comments
 (0)