mirror of
https://github.com/grafana/grafana.git
synced 2025-01-15 19:22:34 -06:00
SSO LDAP: Fix documentation render (#93041)
* Fix documentation link render * Add i18n changes
This commit is contained in:
parent
af48d3db1e
commit
904b0a9ee6
@ -203,18 +203,17 @@ export const LdapSettingsPage = () => {
|
||||
}
|
||||
};
|
||||
|
||||
const documentation = (
|
||||
<TextLink
|
||||
href="https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/ldap/"
|
||||
external
|
||||
>
|
||||
<Trans i18nKey="ldap-settings-page.documentation">documentation</Trans>
|
||||
</TextLink>
|
||||
);
|
||||
const subTitle = (
|
||||
<Trans i18nKey="ldap-settings-page.subtitle">
|
||||
The LDAP integration in Grafana allows your Grafana users to log in with their LDAP credentials. Find out more in
|
||||
our {documentation}.
|
||||
our{' '}
|
||||
<TextLink
|
||||
href="https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/ldap/"
|
||||
external
|
||||
>
|
||||
<Trans i18nKey="ldap-settings-page.documentation">documentation</Trans>
|
||||
</TextLink>
|
||||
.
|
||||
</Trans>
|
||||
);
|
||||
|
||||
|
@ -1147,7 +1147,7 @@
|
||||
"label": "Search base DNS *",
|
||||
"placeholder": "example: \"dc=grafana.dc=org\""
|
||||
},
|
||||
"subtitle": "The LDAP integration in Grafana allows your Grafana users to log in with their LDAP credentials. Find out more in our {documentation}.",
|
||||
"subtitle": "The LDAP integration in Grafana allows your Grafana users to log in with their LDAP credentials. Find out more in our <2><0>documentation</0></2>.",
|
||||
"title": "Basic Settings"
|
||||
},
|
||||
"library-panel": {
|
||||
|
@ -1147,7 +1147,7 @@
|
||||
"label": "Ŝęäřčĥ þäşę ĐŃŜ *",
|
||||
"placeholder": "ęχämpľę: \"đč=ģřäƒäʼnä.đč=őřģ\""
|
||||
},
|
||||
"subtitle": "Ŧĥę ĿĐÅP įʼnŧęģřäŧįőʼn įʼn Ğřäƒäʼnä äľľőŵş yőūř Ğřäƒäʼnä ūşęřş ŧő ľőģ įʼn ŵįŧĥ ŧĥęįř ĿĐÅP čřęđęʼnŧįäľş. Fįʼnđ őūŧ mőřę įʼn őūř {đőčūmęʼnŧäŧįőʼn}.",
|
||||
"subtitle": "Ŧĥę ĿĐÅP įʼnŧęģřäŧįőʼn įʼn Ğřäƒäʼnä äľľőŵş yőūř Ğřäƒäʼnä ūşęřş ŧő ľőģ įʼn ŵįŧĥ ŧĥęįř ĿĐÅP čřęđęʼnŧįäľş. Fįʼnđ őūŧ mőřę įʼn őūř <2><0>đőčūmęʼnŧäŧįőʼn</0></2>.",
|
||||
"title": "ßäşįč Ŝęŧŧįʼnģş"
|
||||
},
|
||||
"library-panel": {
|
||||
|
Loading…
Reference in New Issue
Block a user