Skip to content

Commit

Permalink
Replaced warning text with a placeholder in the
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-coppola committed Jan 19, 2024
1 parent 5dfd64c commit 47ad124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@
<b:FormGroup>
<b:FormLabel for="certificateInput"
text="{msgs.settingsPublicCertLabel}" />
<g:InlineHTML><br /></g:InlineHTML>
<b:Label text="Warning" type="WARNING"/>
<b.html:Span text=" {msgs.settingsPublicCertWarning}" />
<b:TextArea b:id="certificateInput"
addStyleNames="{style.center-panel}"
addStyleNames="{style.center-panel}"
placeholder="{msgs.settingsPublicCertWarning}"
ui:field="certificateInput" />
<b:HelpBlock iconType="EXCLAMATION_TRIANGLE"/>
</b:FormGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ settingsKeyStorePidLabel=Key Store
settingsStorageAliasLabel=Storage Alias
settingsPrivateCertLabel=Private Key
settingsPublicCertLabel=Certificates
settingsPublicCertWarning=The chain of certificates must be ordered from leaf to root.
settingsPublicCertWarning= The chain should be provided by specifying the leaf certificate, followed by the CA certificate that is signing it, and so on, until the root CA is reached.

securityAddKeystoreEntry=Select the type of the new Keystore entry
securityKeyPairDescription=Insert the pair of private and public keys.
Expand Down

0 comments on commit 47ad124

Please sign in to comment.