This commit is contained in:
PhyoThandar
2020-10-14 13:56:03 +06:30
11 changed files with 481 additions and 519 deletions

View File

@@ -64,7 +64,7 @@ class _PaymentMethodEditorState extends State<PaymentMethodEditor> {
),
title: LocalText(
context,
isNew ? "pm.new" : "pm.update",
isNew ? "pm.form.new" : "pm.update",
fontSize: 20,
color: primaryColor,
),