From 903afe65039a326626877f03f916b319b95b4804 Mon Sep 17 00:00:00 2001 From: seigot <46782860+seigot@users.noreply.github.com> Date: Tue, 21 Mar 2023 22:49:41 +0900 Subject: [PATCH] update form string from "user name" to "program name" --- app/lib/components/blocks/entry_form.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/components/blocks/entry_form.dart b/app/lib/components/blocks/entry_form.dart index 5863474..1e4f628 100644 --- a/app/lib/components/blocks/entry_form.dart +++ b/app/lib/components/blocks/entry_form.dart @@ -42,7 +42,7 @@ class EntryForm extends HookConsumerWidget { height: _formCardHeight, child: TextFormField( decoration: const InputDecoration( - labelText: 'user name', + labelText: 'program name', ), controller: _userNameFormController, validator: (String? value) {