diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 0a5e6aa2f..37127d423 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -8,6 +8,7 @@ "BcTablePager", "BcToggle", "DashboardChartSummaryChartFilter", + "DashboardCreationController", "DashboardGroupManagementModal", "DashboardTableSummaryDetails", "DashboardTableValidators", diff --git a/frontend/components/dashboard/creation/DashboardCreationController.vue b/frontend/components/dashboard/creation/DashboardCreationController.vue index 09663aa39..a603b1f78 100644 --- a/frontend/components/dashboard/creation/DashboardCreationController.vue +++ b/frontend/components/dashboard/creation/DashboardCreationController.vue @@ -78,7 +78,6 @@ function show( } network.value = forcedNetwork || currentNetwork.value state.value = 'type' - name.value = isLoggedIn.value ? '' : 'cookie' } defineExpose({ show }) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 39538f427..70ba4236e 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -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" }