Repository: syncope Updated Branches: refs/heads/2_0_X 00ea0ef28 -> 27cd9e183 refs/heads/master 3f4b59f67 -> 29c4cdbbd
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/6952022e Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/6952022e Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/6952022e Branch: refs/heads/2_0_X Commit: 6952022e11ec91ace92d962b48aab8beb468a2d3 Parents: 00ea0ef Author: Francesco Chicchiriccò <[email protected]> Authored: Wed Jan 3 08:26:24 2018 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Wed Jan 3 08:27:16 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/6952022e/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>
