Skip to content

Commit

Permalink
buttons to check/uncheck inheriting all user properties - fix tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrenn committed Mar 14, 2024
1 parent 2e65205 commit 75fce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/webapp/META-INF/includes/user/userMain.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
icon="ui-icon ui-icon-squaresmall-close" ajax="true"
update="@([id$=\'inherit_input\'],[id$=\'Module\'],[id$=\'ModuleTabs\'])" />
<p:commandButton process="@this"
title="#{triallabels.disable_inherited_properties_button_label}"
title="#{userlabels.disable_inherited_properties_button_label}"
actionListener="#{userBean.disableInheritedProperties}"
icon="ui-icon ui-icon-circlesmall-close" ajax="true"
update="@([id$=\'inherit_input\'],[id$=\'Module\'],[id$=\'ModuleTabs\'])" />
Expand Down

0 comments on commit 75fce51

Please sign in to comment.