From ea6dd83ebcb6ff035f10f9a2d21a8a013f10ba7e Mon Sep 17 00:00:00 2001 From: elweyn Date: Thu, 28 Jul 2022 15:43:10 +0200 Subject: [PATCH] Remove exclamaition from locales. --- frontend/src/locales/de.json | 1 - frontend/src/locales/en.json | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 3a1f27185..422a445bd 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -205,7 +205,6 @@ "math": { "aprox": "~", "equal": "=", - "exclaim": "!", "minus": "−", "pipe": "|" }, diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 0fcb348e3..89c18a106 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -205,7 +205,6 @@ "math": { "aprox": "~", "equal": "=", - "exclaim": "!", "minus": "−", "pipe": "|" },