Skip to content

Commit

Permalink
Merge pull request kitodo#6243 from stweil/stray_colon
Browse files Browse the repository at this point in the history
Remove stray colon
  • Loading branch information
solth authored Oct 7, 2024
2 parents cc27db3 + 89f1691 commit ad3adaa
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 ad3adaa

Please sign in to comment.