Fixing not translated label
Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/29c4cdbb Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/29c4cdbb Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/29c4cdbb Branch: refs/heads/master Commit: 29c4cdbbddf5b4816557c7c4d579fcfdc24aa417 Parents: 2ff7745 Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Jan 3 08:26:24 2018 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Jan 3 08:34:43 2018 +0100 ---------------------------------------------------------------------- .../src/main/resources/META-INF/resources/app/views/self.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/29c4cdbb/client/enduser/src/main/resources/META-INF/resources/app/views/self.html ---------------------------------------------------------------------- diff --git a/client/enduser/src/main/resources/META-INF/resources/app/views/self.html b/client/enduser/src/main/resources/META-INF/resources/app/views/self.html index 7d388a5..c7f41a2 100644 --- a/client/enduser/src/main/resources/META-INF/resources/app/views/self.html +++ b/client/enduser/src/main/resources/META-INF/resources/app/views/self.html @@ -70,7 +70,9 @@ under the License. </a> </div> <div class="text-center" ng-show="$root.isPwdResetAllowed()"> - <a href="javascript:void(0);" class="btn btn-link" ng-click="passwordReset()" id="passwordreset">Password Reset</a> + <a href="javascript:void(0);" class="btn btn-link" ng-click="passwordReset()" id="passwordreset"> + {{ 'PASSWORDRESET' | translate}} + </a> </div> </div> <!-- /#login --> </div>
