Skip to content

Commit

Permalink
CCAP-527, Fixed the label for input test
Browse files Browse the repository at this point in the history
  • Loading branch information
anahar-cfa committed Feb 7, 2025
1 parent 96e1868 commit 8b902be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1553,6 +1553,7 @@ errors.validate.provider-agrees-to-legal-terms=Make sure to agree to the terms
registration-signature.title=Digital signature
registration-signature.box.header=Sign provider registration
registration-signature.subtext=By signing this application you agree that you are registering to be a CCAP provider and that you have been honest on this application.
registration-signature.provider-signed-name.label = Your Full Legal name
errors.validate.provider-signed-name=Enter your full legal name

# registration-submit-complete
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<th:block th:ref="inputContent">
<th:block th:replace="~{fragments/inputs/text ::
text(inputName='providerSignedName',
label=#{registration-signature.provider-signed-name.label},
ariaLabel='header')}"/>
</th:block>
</th:block>

0 comments on commit 8b902be

Please sign in to comment.