Skip to content

Commit

Permalink
refactor(DashboardCreationController): update placeholder
Browse files Browse the repository at this point in the history
Update `placeholder` content to improve `ux` for `dashboard creation`.

See: BEDS-570
  • Loading branch information
benji-bitfly committed Nov 11, 2024
1 parent 4bdad0b commit 1912cb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"BcTablePager",
"BcToggle",
"DashboardChartSummaryChartFilter",
"DashboardCreationController",
"DashboardGroupManagementModal",
"DashboardTableSummaryDetails",
"DashboardTableValidators",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function show(
}
network.value = forcedNetwork || currentNetwork.value
state.value = 'type'
name.value = isLoggedIn.value ? '' : 'cookie'
}
defineExpose({ show })
Expand Down
2 changes: 1 addition & 1 deletion frontend/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"title": "Add a new dashboard",
"type": {
"accounts": "Accounts",
"placeholder": "Name",
"placeholder": "Enter dashboard name",
"subtitle": "What would you like to monitor?",
"validators": "Validators"
}
Expand Down

0 comments on commit 1912cb3

Please sign in to comment.