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": "|" },