Skip to content

Commit 6f966e8

Browse files
author
Huan Li
committed
Update settings/tools menu name
1 parent 86ad770 commit 6f966e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/reducers/ui/settings.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const TABS = {
1818
COMMUNITY: 'community',
1919
},
2020
TOOLS: {
21-
DEVICES: 'device',
21+
DEVICES: 'devices',
2222
SOFTWARE: 'software',
23-
PROVIDERS: 'service provider',
24-
SUBSCRIPTIONS: 'subscription',
23+
PROVIDERS: 'service providers',
24+
SUBSCRIPTIONS: 'subscriptions',
2525
},
2626
};
2727

0 commit comments

Comments
 (0)