From c45f201af3bcefa769aee5156084ab8634b20947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Flatval?= <70905152+haakonflatval-cognite@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:36:12 +0100 Subject: [PATCH] chore(react-components): add missing translation (#4875) --- react-components/src/common/i18n/en/reveal-react-components.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-components/src/common/i18n/en/reveal-react-components.json b/react-components/src/common/i18n/en/reveal-react-components.json index f972187077..55cc457781 100644 --- a/react-components/src/common/i18n/en/reveal-react-components.json +++ b/react-components/src/common/i18n/en/reveal-react-components.json @@ -86,6 +86,7 @@ "PAN": "Pan", "PARABOLOID": "Paraboloid", "POINT_OF_INTEREST_CREATE": "Create Point of Interest", + "POINT_OF_INTEREST_DELETE_THIS": "Delete this Point of Interest", "POINT_OF_INTEREST_DESCRIPTION_PLACEHOLDER": "Write a description for the Point of Interest", "POINT_OF_INTEREST_IS_PRIVATE": "Point of Interest is private", "POINT_OF_INTEREST_IS_PUBLIC": "Point of Interest is public",