Remarks Field in Transaction Page #3

This commit is contained in:
2025-09-16 16:47:01 +05:30
parent 8f2b981b5b
commit e466dff424
5 changed files with 9 additions and 7 deletions

View File

@@ -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,

View File

@@ -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,