You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/01/03 07:35:08 UTC

[8/8] syncope git commit: Fixing not translated label

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ò <il...@apache.org>
Authored: Wed Jan 3 08:26:24 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
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>