Skip to content

Commit

Permalink
Update invoice number hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Apr 26, 2024
1 parent 8ca1960 commit 832156c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/pages/invoice_creation/invoice_creation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class InvoiceBaseSettings extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
MintYTextField(
hintText: "optional (Standard: heute)",
hintText: "optional (wird sonst automatisch generiert)",
title: "Rechnungsnummer",
onChanged: (value) {
InvoiceService.overrideInvoiceNumber = value;
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.1

0 comments on commit 832156c

Please sign in to comment.