From e5027982efffb691a34c8076e5d9e9fb1603aa75 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Mon, 29 Mar 2021 12:52:40 -0700 Subject: [PATCH] Edit admin UI text (#32454) * Update AdminEditOrgPage.tsx * Update AdminOrgsTable.tsx * Update AdminSettings.tsx * Update UserCreatePage.tsx * Update UserLdapSyncInfo.tsx * Update UserListAdminPage.tsx * Update UserOrgs.tsx * Update UserProfile.tsx * Update UserSessions.tsx --- public/app/features/admin/AdminEditOrgPage.tsx | 4 ++-- public/app/features/admin/AdminOrgsTable.tsx | 2 +- public/app/features/admin/AdminSettings.tsx | 2 +- public/app/features/admin/UserCreatePage.tsx | 2 +- public/app/features/admin/UserLdapSyncInfo.tsx | 6 +++--- public/app/features/admin/UserListAdminPage.tsx | 2 +- public/app/features/admin/UserOrgs.tsx | 10 +++++----- public/app/features/admin/UserProfile.tsx | 6 +++--- public/app/features/admin/UserSessions.tsx | 2 +- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/public/app/features/admin/AdminEditOrgPage.tsx b/public/app/features/admin/AdminEditOrgPage.tsx index ab22f9ad542..c25aa720fab 100644 --- a/public/app/features/admin/AdminEditOrgPage.tsx +++ b/public/app/features/admin/AdminEditOrgPage.tsx @@ -56,7 +56,7 @@ export const AdminEditOrgPage: FC = ({ match }) => { <> - Edit Organization + Edit organization {orgState.value && (
= ({ match }) => { margin-top: 20px; `} > - Organization Users + Organization users {!!users.length && ( = ({ orgs, onDelete }) => { - + diff --git a/public/app/features/admin/AdminSettings.tsx b/public/app/features/admin/AdminSettings.tsx index 1b00b42e1bb..061ee0daf53 100644 --- a/public/app/features/admin/AdminSettings.tsx +++ b/public/app/features/admin/AdminSettings.tsx @@ -43,7 +43,7 @@ export class AdminSettings extends React.PureComponent {
These system settings are defined in grafana.ini or custom.ini (or overridden in ENV variables). To change - these you currently need to restart grafana. + these you currently need to restart Grafana.
IdID Name
diff --git a/public/app/features/admin/UserCreatePage.tsx b/public/app/features/admin/UserCreatePage.tsx index d76ed84da26..3c41acf2a82 100644 --- a/public/app/features/admin/UserCreatePage.tsx +++ b/public/app/features/admin/UserCreatePage.tsx @@ -49,7 +49,7 @@ const UserCreatePage: React.FC = ({ navModel }) => { - + diff --git a/public/app/features/admin/UserLdapSyncInfo.tsx b/public/app/features/admin/UserLdapSyncInfo.tsx index 3a853758ceb..1181551e9f0 100644 --- a/public/app/features/admin/UserLdapSyncInfo.tsx +++ b/public/app/features/admin/UserLdapSyncInfo.tsx @@ -34,7 +34,7 @@ export class UserLdapSyncInfo extends PureComponent { - + @@ -42,12 +42,12 @@ export class UserLdapSyncInfo extends PureComponent { {ldapSyncInfo.enabled ? ( <> - + ) : ( <> - + )} diff --git a/public/app/features/admin/UserListAdminPage.tsx b/public/app/features/admin/UserListAdminPage.tsx index 77e4885bcd4..aaf970ae1ed 100644 --- a/public/app/features/admin/UserListAdminPage.tsx +++ b/public/app/features/admin/UserListAdminPage.tsx @@ -46,7 +46,7 @@ const UserListAdminPageUnConnected: React.FC = (props) => { { return ( <> -

Organisations

+

Organizations

External syncUser synced via LDAP – some changes must be done in LDAP or mappings.User synced via LDAP. Some changes must be done in LDAP or mappings. LDAP
Next scheduled synchronisationNext scheduled synchronization {nextSyncTime}Next scheduled synchronisationNext scheduled synchronization Not enabled
@@ -64,7 +64,7 @@ export class UserOrgs extends PureComponent {
@@ -162,7 +162,7 @@ class UnThemedOrgRow extends PureComponent { onCancel={this.onCancelClick} onConfirm={this.onOrgRemove} > - Remove from organisation + Remove from organization @@ -235,7 +235,7 @@ export class AddToOrgModal extends PureComponent - + @@ -244,7 +244,7 @@ export class AddToOrgModal extends PureComponent { /> {user.isDisabled ? ( ) : ( )} {
- +
Last seen Logged on IP addressBrowser & OSBrowser and OS