Add help labels for Policy Details (#3175)
This commit is contained in:
parent
a0a154d9c9
commit
0b509131cc
2 changed files with 2 additions and 2 deletions
|
@ -197,7 +197,7 @@ export default function NewClientPolicyCondition() {
|
||||||
? `realm-settings-help:${camelCase(
|
? `realm-settings-help:${camelCase(
|
||||||
conditionType.replace(/-/g, " ")
|
conditionType.replace(/-/g, " ")
|
||||||
)}`
|
)}`
|
||||||
: "realm-settings:anyClient"
|
: "realm-settings-help:conditions"
|
||||||
}
|
}
|
||||||
fieldLabelId="realm-settings:conditionType"
|
fieldLabelId="realm-settings:conditionType"
|
||||||
/>
|
/>
|
||||||
|
|
|
@ -524,7 +524,7 @@ export default function NewClientPolicyForm() {
|
||||||
<Text className="kc-conditions" component={TextVariants.h1}>
|
<Text className="kc-conditions" component={TextVariants.h1}>
|
||||||
{t("conditions")}
|
{t("conditions")}
|
||||||
<HelpItem
|
<HelpItem
|
||||||
helpText="realm-settings:realm-settings-help:conditions"
|
helpText="realm-settings-help:conditions"
|
||||||
fieldLabelId="realm-settings:conditions"
|
fieldLabelId="realm-settings:conditions"
|
||||||
/>
|
/>
|
||||||
</Text>
|
</Text>
|
||||||
|
|
Loading…
Reference in a new issue