update localization

This commit is contained in:
Thinzar Win
2020-10-14 13:17:12 +06:30
parent fa49b6a202
commit a3dde7ec1c
9 changed files with 354 additions and 339 deletions

View File

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