From 01f632db46cf0eeeea0bac337b10c66fad815a24 Mon Sep 17 00:00:00 2001 From: Julien Tant Date: Thu, 13 Feb 2025 19:16:33 -0700 Subject: [PATCH] removed unused i18n --- server/i18n/en.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/server/i18n/en.json b/server/i18n/en.json index 26f736f3b47..fb8020f795d 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -5034,14 +5034,6 @@ "id": "app.custom_profile_attributes.list_property_values.app_error", "translation": "Unable to get custom profile attribute values" }, - { - "id": "app.custom_profile_attributes.not_array_options.app_error", - "translation": "The attribute options must be an array" - }, - { - "id": "app.custom_profile_attributes.not_map_option.app_error", - "translation": "The attribute option #{{.Index}} must be a key value pair" - }, { "id": "app.custom_profile_attributes.not_string_value_type.app_error", "translation": "The value type must be a string"