Update a field label

This commit is contained in:
Imran Remtulla
2024-10-25 17:54:34 -04:00
parent e3fcf6e0b5
commit 905461c242

View File

@ -545,7 +545,7 @@ class AddAppPageState extends State<AddAppPage> {
items: [ items: [
[ [
GeneratedFormTextField('appId', GeneratedFormTextField('appId',
label: tr('appId'), label: '${tr('appId')} - ${tr('custom')}',
required: false, required: false,
additionalValidators: [ additionalValidators: [
(value) { (value) {