From 4c1ddeb7caabd81dcb4f1796379e2ba9a4f92af7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Sat, 17 Feb 2024 10:50:28 +0100 Subject: [PATCH 1/2] BugFix: translations used incorrect label --- messages/en.json | 4 ++-- messages/hr.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/messages/en.json b/messages/en.json index a1ffba3..0f49e52 100644 --- a/messages/en.json +++ b/messages/en.json @@ -45,10 +45,10 @@ }, "home-page": { "add-location-button": { - "tooltop": "Add a new realestate" + "tooltip": "Add a new realestate" }, "add-month-button": { - "tooltop": "Add next mont" + "tooltip": "Add next mont" }, "location-card": { "edit-card-tooltip": "Edit realestate", diff --git a/messages/hr.json b/messages/hr.json index 6d623ec..6855dee 100644 --- a/messages/hr.json +++ b/messages/hr.json @@ -45,10 +45,10 @@ }, "home-page": { "add-location-button": { - "tooltop": "Dodaj novu nekretninu" + "tooltip": "Dodaj novu nekretninu" }, "add-month-button": { - "tooltop": "Dodaj idući mjesec" + "tooltip": "Dodaj idući mjesec" }, "location-card": { "edit-card-tooltip": "Izmjeni nekretninu", From 44f9c23b914b5470efa38263f01b9097d499fa8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Sat, 17 Feb 2024 10:50:57 +0100 Subject: [PATCH 2/2] updated version in compose file --- docker-compose-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose-deploy.yml b/docker-compose-deploy.yml index 72dbe4c..1d34564 100644 --- a/docker-compose-deploy.yml +++ b/docker-compose-deploy.yml @@ -9,7 +9,7 @@ networks: services: web-app: - image: utility-bills-tracker:1.25.5 + image: utility-bills-tracker:1.25.6 networks: - traefik-network - mongo-network