update localization
This commit is contained in:
@@ -127,7 +127,7 @@ class _ShipmentBoxEditorState extends State<ShipmentBoxEditor> {
|
||||
backgroundColor: Colors.white,
|
||||
title: LocalText(
|
||||
context,
|
||||
_isNew ? "boxes.new" : "box.edit.title",
|
||||
_isNew ? "boxes.create.title" : "box.edit.title",
|
||||
fontSize: 20,
|
||||
color: primaryColor,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user