Skip to content

Commit

Permalink
Merge pull request #207 from phoenixctms/user_looked_tooltip
Browse files Browse the repository at this point in the history
fix user "locked" tooltip
  • Loading branch information
rkrenn authored Feb 14, 2022
2 parents 8561ef0 + 7219359 commit 072300c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/main/webapp/META-INF/includes/user/userMain.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
rendered="#{enableTooltips}"
for="locked">
<h:outputText
value="#{userBean.getInheritedPropertyTooltip('decrypt')}"
value="#{userlabels.user_locked_tooltip}"
escape="false" />
</p:tooltip>
</h:panelGroup>
Expand Down Expand Up @@ -948,4 +948,4 @@
</h:form>
</ui:composition>
</h:body>
</html>
</html>

0 comments on commit 072300c

Please # to comment.