Remarks Field in Transaction Page #3
This commit is contained in:
@@ -404,9 +404,9 @@ class _FundTransferAmountScreenState extends State<FundTransferAmountScreen> {
|
|||||||
//Remarks
|
//Remarks
|
||||||
TextFormField(
|
TextFormField(
|
||||||
controller: _remarksController,
|
controller: _remarksController,
|
||||||
decoration: const InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: 'Remarks (Optional)',
|
labelText: AppLocalizations.of(context).remarks,
|
||||||
border: OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 24),
|
const SizedBox(height: 24),
|
||||||
|
|||||||
@@ -683,7 +683,7 @@ class _QuickPayOutsideBankScreen extends State<QuickPayOutsideBankScreen> {
|
|||||||
TextFormField(
|
TextFormField(
|
||||||
controller: remarksController,
|
controller: remarksController,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: 'Remarks (Optional)',
|
labelText: AppLocalizations.of(context).remarks,
|
||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
isDense: true,
|
isDense: true,
|
||||||
filled: true,
|
filled: true,
|
||||||
|
|||||||
@@ -281,7 +281,7 @@ class _QuickPayWithinBankScreen extends State<QuickPayWithinBankScreen> {
|
|||||||
TextFormField(
|
TextFormField(
|
||||||
controller: remarksController,
|
controller: remarksController,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: 'Remarks (Optional)',
|
labelText: AppLocalizations.of(context).remarks,
|
||||||
border: const OutlineInputBorder(),
|
border: const OutlineInputBorder(),
|
||||||
isDense: true,
|
isDense: true,
|
||||||
filled: true,
|
filled: true,
|
||||||
|
|||||||
@@ -313,5 +313,6 @@
|
|||||||
"themeModeSystem": "System",
|
"themeModeSystem": "System",
|
||||||
"themeModeLight": "Light",
|
"themeModeLight": "Light",
|
||||||
"themeModeDark": "Dark",
|
"themeModeDark": "Dark",
|
||||||
"details": "Details"
|
"details": "Details",
|
||||||
|
"remarks": "Remarks (Optional)"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -314,5 +314,6 @@
|
|||||||
"themeModeSystem": "सिस्टम",
|
"themeModeSystem": "सिस्टम",
|
||||||
"themeModeLight": "लाईट",
|
"themeModeLight": "लाईट",
|
||||||
"themeModeDark": "डार्क",
|
"themeModeDark": "डार्क",
|
||||||
"details": "विवरण"
|
"details": "विवरण",
|
||||||
|
"remarks": "विचार (अनिवार्य नहीं)"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user