diff --git a/pkg/api/index.go b/pkg/api/index.go index 862e9af0519..49d3f1c6cd2 100644 --- a/pkg/api/index.go +++ b/pkg/api/index.go @@ -221,7 +221,7 @@ func setIndexViewData(c *middleware.Context) (*dtos.IndexViewData, error) { Url: setting.AppSubUrl + "/datasources", }, { - Text: "Members", + Text: "Users", Id: "users", Description: "Manage org members", Icon: "icon-gf icon-gf-fw icon-gf-users", diff --git a/public/app/features/org/org_users_ctrl.ts b/public/app/features/org/org_users_ctrl.ts index 1686a1c3424..4289860e742 100644 --- a/public/app/features/org/org_users_ctrl.ts +++ b/public/app/features/org/org_users_ctrl.ts @@ -1,5 +1,3 @@ -/// - import config from 'app/core/config'; import coreModule from 'app/core/core_module'; import Remarkable from 'remarkable'; @@ -44,7 +42,7 @@ export class OrgUsersCtrl { if (this.externalUserMngLinkName) { return this.externalUserMngLinkName; } - return "Add Member"; + return "Invite User"; } get() {