Skip to content

Commit 035fab9

Browse files
committed
change text to upper case
1 parent 617a451 commit 035fab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/ui/common/regionSubmenu.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class RegionSubmenu<T> extends Prompter<RegionSubmenuResponse<T>> {
4646
data: undefined,
4747
},
4848
{
49-
label: 'Switch region',
49+
label: 'Switch Regions',
5050
data: switchRegion,
5151
description: `current region: ${this.currentRegion}`,
5252
},

0 commit comments

Comments
 (0)