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] 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",