diff --git a/app/login/page.tsx b/app/login/page.tsx index 431beb5..054cadf 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -58,7 +58,7 @@ const Page:FC = async () => {

Easy copy of expenditures

-

All your realestate and utilitys are automatically copied to the next month, so you don't neeed to do it by hand.

+

All your realestate and utilitys are automatically copied to the next month, so you don't neeed to do it by hand.

diff --git a/app/ui/BillEditForm.tsx b/app/ui/BillEditForm.tsx index 77fe2c4..10fd36a 100644 --- a/app/ui/BillEditForm.tsx +++ b/app/ui/BillEditForm.tsx @@ -132,7 +132,7 @@ export const BillEditForm:FC = ({ location, bill }) => { barcodeImage ?

After scanning the code make sure the information is correct.
We are not liable in case of an incorrect payment.

: null diff --git a/docker-compose-deploy.yml b/docker-compose-deploy.yml index 1a9209f..7733eb3 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -9,7 +9,7 @@ networks: services: web-app: - image: utility-bills-tracker:1.21.0 + image: utility-bills-tracker:1.21.1 networks: - traefik-network - mongo-network