From 22aa1f7e422211d38600a3c8a70a5a8e34f2af21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 13 Dec 2017 11:21:33 +0100 Subject: [PATCH] ux: change members to users --- pkg/api/index.go | 2 +- public/app/features/org/org_users_ctrl.ts | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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() {