Edit UI text (#32450)

* UI text edits

* Update index.go
This commit is contained in:
Diana Payton
2021-03-29 20:30:11 +02:00
committed by GitHub
parent cf329f53b2
commit 4bf97e9f59
3 changed files with 9 additions and 9 deletions
@@ -46,7 +46,7 @@ export class NewDashboardsFolder extends PureComponent<Props> {
return (
<Page navModel={this.props.navModel}>
<Page.Contents>
<h3>New Dashboard Folder</h3>
<h3>New dashboard folder</h3>
<Form defaultValues={initialFormModel} onSubmit={this.onSubmit}>
{({ register, errors }) => (
<>