mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Update a field label
This commit is contained in:
@ -545,7 +545,7 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
items: [
|
||||
[
|
||||
GeneratedFormTextField('appId',
|
||||
label: tr('appId'),
|
||||
label: '${tr('appId')} - ${tr('custom')}',
|
||||
required: false,
|
||||
additionalValidators: [
|
||||
(value) {
|
||||
|
Reference in New Issue
Block a user