Skip to content

Commit f868a7d

Browse files
Merge pull request #12 from nauhil/develop
Update settings/tools menu name
2 parents 752530c + babc19c commit f868a7d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
3232
"test": "npm run lint && npm run jest"
3333
},
34-
"version": "0.3.0",
34+
"version": "0.3.1",
3535
"dependencies": {
3636
"auth0-js": "^6.8.4",
3737
"isomorphic-fetch": "^2.2.1",

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)