Skip to content

Commit

Permalink
Add missing fallback texts
Browse files Browse the repository at this point in the history
  • Loading branch information
BatJan authored and nathanwoulfe committed Oct 27, 2021
1 parent f6854cd commit 5f7c00d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div ng-controller="Umbraco.Overlays.UserController">
<div class="umb-control-group" ng-if="!showPasswordFields">

<h5><localize key="user_yourProfile"></localize></h5>
<h5><localize key="user_yourProfile">Your profile</localize></h5>

<umb-button
alias="editUser"
Expand Down Expand Up @@ -75,7 +75,7 @@ <h5>


<div class="umb-control-group" ng-if="!showPasswordFields && history.length">
<h5><localize key="user_yourHistory"></localize></h5>
<h5><localize key="user_yourHistory">Your recent history</localize></h5>
<ul class="umb-tree">
<li ng-repeat="item in history | orderBy:'time':true">
<a ng-href="{{item.link}}" ng-click="gotoHistory(item.link)" prevent-default>
Expand Down

0 comments on commit 5f7c00d

Please sign in to comment.