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

@@ -144,7 +144,7 @@ class _ReceivingEditorState extends State<ReceivingEditor> {
backgroundColor: Colors.white,
title: LocalText(
context,
_isNew ? "receiving.new" : "receiving.update",
_isNew ? "receiving.create" : "receiving.update",
fontSize: 20,
color: primaryColor,
),