Standardise casing of identity server
Replace instances of 'Identity Server' with 'Identity server', when at start of sentence, or 'identity server' when not. Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
This commit is contained in:
parent
7a8400e5c7
commit
09d08882e3
49 changed files with 247 additions and 247 deletions
|
@ -90,7 +90,7 @@ export default class TermsDialog extends React.PureComponent<ITermsDialogProps,
|
|||
private nameForServiceType(serviceType: SERVICE_TYPES, host: string): JSX.Element {
|
||||
switch (serviceType) {
|
||||
case SERVICE_TYPES.IS:
|
||||
return <div>{_t("Identity Server")}<br />({host})</div>;
|
||||
return <div>{_t("Identity server")}<br />({host})</div>;
|
||||
case SERVICE_TYPES.IM:
|
||||
return <div>{_t("Integration Manager")}<br />({host})</div>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue