From 7abb67e737913ba0e582c2502f6084f8d71fb903 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 6 Jul 2025 11:21:25 +0300 Subject: [PATCH] feat(views/geomap): display in view type --- apps/client/src/translations/en/translation.json | 3 ++- apps/client/src/widgets/ribbon_widgets/book_properties.ts | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json index 1f992175c..4470852a9 100644 --- a/apps/client/src/translations/en/translation.json +++ b/apps/client/src/translations/en/translation.json @@ -761,7 +761,8 @@ "book_properties": "Book Properties", "invalid_view_type": "Invalid view type '{{type}}'", "calendar": "Calendar", - "table": "Table" + "table": "Table", + "geo-map": "Geo Map" }, "edited_notes": { "no_edited_notes_found": "No edited notes on this day yet...", diff --git a/apps/client/src/widgets/ribbon_widgets/book_properties.ts b/apps/client/src/widgets/ribbon_widgets/book_properties.ts index cd9735b20..f552bc280 100644 --- a/apps/client/src/widgets/ribbon_widgets/book_properties.ts +++ b/apps/client/src/widgets/ribbon_widgets/book_properties.ts @@ -25,6 +25,7 @@ const TPL = /*html*/` +