modify
This commit is contained in:
@@ -298,7 +298,7 @@ class _InvoiceEditorState extends State<InvoiceEditor> {
|
||||
child: FloatingActionButton.extended(
|
||||
icon: Icon(Icons.add),
|
||||
label: Text(AppTranslations.of(context)
|
||||
.text("invoice.add_box")),
|
||||
.text("invoice.add_package")),
|
||||
backgroundColor: primaryColor,
|
||||
onPressed: () {
|
||||
Navigator.of(context)
|
||||
|
||||
Reference in New Issue
Block a user