Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename 'Dashboard navigation' to 'Dashboard configuration' #1291

Merged
merged 4 commits into from
Mar 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libs/localization/src/lib/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@
"Delete": "Delete",
"Title": "Delete {0}?"
},
"Title": "Dashboard navigation"
"Title": "Dashboard configuration"
},
"FeatureImportances": {
"CorrectPredictions": "Correct predictions",
Expand All @@ -1298,7 +1298,7 @@
"LocalExplanation": "Individual feature importance"
},
"MainMenu": {
"DashboardSettings": "Dashboard navigation",
"DashboardSettings": "Dashboard configuration",
"cohortInfo": "Cohort info",
"cohortList": "Cohort list",
"cohortSettings": "Cohort settings",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/responsibleaidashboard/tour.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"metadata": {},
"source": [
"1. **Cohort settings:** allows you to view and modify the details of each cohort in a side panel\n",
"2. **Dashboard navigation:** allows you to view and modify the layout of the overall dashboard in a side panel\n",
"2. **Dashboard configuration:** allows you to view and modify the layout of the overall dashboard in a side panel\n",
"3. **Switch global cohort:** allows you to select a different cohort and view its statistics in a popup\n",
"4. **Create new cohort:** allows you to add a new cohort"
]
Expand Down