We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents abaec7f + 1c94b62 commit 30b314eCopy full SHA for 30b314e
src/dashboard/DashboardView.react.js
@@ -34,7 +34,7 @@ export default class DashboardView extends React.Component {
34
features.schemas.addClass &&
35
features.schemas.removeClass) {
36
coreSubsections.push({
37
- name: 'Browser',
+ name: 'Database Browser',
38
link: '/browser'
39
});
40
}
src/dashboard/Data/Browser/Browser.react.js
@@ -39,7 +39,7 @@ export default class Browser extends DashboardView {
constructor() {
super();
41
this.section = 'Core';
42
- this.subsection = 'Browser'
+ this.subsection = 'Database Browser'
43
this.action = new SidebarAction('Create a class', this.showCreateClass.bind(this));
44
this.noteTimeout = null;
45
0 commit comments