Skip to content

Commit

Permalink
Changed casing
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 27, 2024
1 parent adacff7 commit ec126b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public final class PageSecureServiceGroup extends AbstractSMPWebPageForm <ISMPSe

public PageSecureServiceGroup (@Nonnull @Nonempty final String sID)
{
super (sID, "Service groups");
super (sID, "Service Groups");
setDeleteHandler (new AbstractBootstrapWebPageActionHandlerDelete <ISMPServiceGroup, WebPageExecutionContext> ()
{
@Override
Expand Down

0 comments on commit ec126b6

Please sign in to comment.