Update hintText

This commit is contained in:
hunteraraujo
2023-09-24 22:11:57 -07:00
parent 72cbfd4d96
commit 77ae0f490d

View File

@@ -28,7 +28,7 @@ class ApiBaseUrlField extends StatelessWidget {
controller: controller,
decoration: const InputDecoration(
border: InputBorder.none,
hintText: 'API Base URL',
hintText: 'Agent Base URL',
),
),
),