Fix missing translation
Fixes: #28744 Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
This commit is contained in:
parent
9486432f3f
commit
6065f7d624
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ const Fields = ({ readOnly }: DescriptorSettingsProps) => {
|
|||
{useMetadataDescriptorUrl !== "true" && (
|
||||
<TextControl
|
||||
name="config.signingCertificate"
|
||||
label="validatingX509Certs"
|
||||
label={t("validatingX509Certs")}
|
||||
readOnly={readOnly}
|
||||
/>
|
||||
)}
|
||||
|
|
Loading…
Reference in a new issue