Remarks Field in Transaction Page #3
This commit is contained in:
@@ -683,7 +683,7 @@ class _QuickPayOutsideBankScreen extends State<QuickPayOutsideBankScreen> {
|
||||
TextFormField(
|
||||
controller: remarksController,
|
||||
decoration: InputDecoration(
|
||||
labelText: 'Remarks (Optional)',
|
||||
labelText: AppLocalizations.of(context).remarks,
|
||||
border: const OutlineInputBorder(),
|
||||
isDense: true,
|
||||
filled: true,
|
||||
|
||||
@@ -281,7 +281,7 @@ class _QuickPayWithinBankScreen extends State<QuickPayWithinBankScreen> {
|
||||
TextFormField(
|
||||
controller: remarksController,
|
||||
decoration: InputDecoration(
|
||||
labelText: 'Remarks (Optional)',
|
||||
labelText: AppLocalizations.of(context).remarks,
|
||||
border: const OutlineInputBorder(),
|
||||
isDense: true,
|
||||
filled: true,
|
||||
|
||||
Reference in New Issue
Block a user