From fe87a68caa49c7264c20c32cd4f598ffd18d503f Mon Sep 17 00:00:00 2001 From: Julien Tant Date: Wed, 12 Mar 2025 10:22:13 -0700 Subject: [PATCH] i18n --- server/i18n/en.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/server/i18n/en.json b/server/i18n/en.json index 89e20e1be5c..29021e1e879 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -1865,6 +1865,10 @@ "id": "api.custom_groups.no_remote_id", "translation": "remote_id must be blank for custom group" }, + { + "id": "api.custom_profile_attributes.field_conversion_error", + "translation": "unable to convert the property field to a custom profile attribute field" + }, { "id": "api.custom_profile_attributes.field_not_found", "translation": "trying to patch a field that does not exist" @@ -5043,8 +5047,8 @@ "translation": "Unable to get custom profile attribute values" }, { - "id": "app.custom_profile_attributes.not_string_value_type.app_error", - "translation": "The value type must be a string" + "id": "app.custom_profile_attributes.property_field_conversion.app_error", + "translation": "" }, { "id": "app.custom_profile_attributes.property_field_delete.app_error",