Skip to content

Commit

Permalink
Remove stray ':'
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Sep 30, 2024
1 parent 17a936e commit 6cafab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</h:panelGroup>

<h:panelGroup id="ldapManagerPasswordsMigration" rendered="#{MigrationForm.ldapManagerPasswordsMigrationRendered}">
<div style="margin: 10px; width: 50%;"><h:outputText value="#{msgs.migrateLdapManagerPasswordsDesc}:"/></div>
<div style="margin: 10px; width: 50%;"><h:outputText value="#{msgs.migrateLdapManagerPasswordsDesc}"/></div>
<p:commandButton id="startLdapManagerPasswordMigration" value="#{msgs.ok}"
action="#{MigrationForm.startLdapManagerPasswordsMigration}"
update="systemTabView:migrationForm" style="margin: 0 10px;" />
Expand Down

0 comments on commit 6cafab5

Please sign in to comment.