diff --git a/public/app/core/components/user_group_picker.ts b/public/app/core/components/user_group_picker.ts
index 3ce990047ce..d3b9b2f8ef4 100644
--- a/public/app/core/components/user_group_picker.ts
+++ b/public/app/core/components/user_group_picker.ts
@@ -24,7 +24,7 @@ export class UserGroupPickerCtrl {
this.userGroupId = null;
const userGroupSegment = this.uiSegmentSrv.newSegment({
- value: 'Choose User Group',
+ value: 'Choose',
selectMode: true,
fake: true,
cssClass: 'gf-size-auto'
diff --git a/public/app/core/components/user_picker.ts b/public/app/core/components/user_picker.ts
index 6f9cd03f641..1ee43ff3ffe 100644
--- a/public/app/core/components/user_picker.ts
+++ b/public/app/core/components/user_picker.ts
@@ -24,7 +24,7 @@ export class UserPickerCtrl {
resetUserSegment() {
this.userId = null;
const userSegment = this.uiSegmentSrv.newSegment({
- value: 'Choose User',
+ value: 'Choose',
selectMode: true,
fake: true,
cssClass: 'gf-size-auto'
diff --git a/public/app/features/dashboard/acl/acl.html b/public/app/features/dashboard/acl/acl.html
index cbb3efea1f2..f779c11a6ed 100644
--- a/public/app/features/dashboard/acl/acl.html
+++ b/public/app/features/dashboard/acl/acl.html
@@ -15,7 +15,7 @@