diff --git a/server/AyaNova/Controllers/EnumListController.cs b/server/AyaNova/Controllers/EnumListController.cs index 7107dcbd..a7158e96 100644 --- a/server/AyaNova/Controllers/EnumListController.cs +++ b/server/AyaNova/Controllers/EnumListController.cs @@ -408,7 +408,7 @@ namespace AyaNova.Api.Controllers { TranslationKeysToFetch.Add("CustomerServiceRequestPriorityASAP"); TranslationKeysToFetch.Add("CustomerServiceRequestPriorityNotUrgent"); - TranslationKeysToFetch.Add("NotifyMailSecurityStartTls"); + TranslationKeysToFetch.Add("CustomerServiceRequestPriorityEmergency"); var LT = await TranslationBiz.GetSubsetStaticAsync(TranslationKeysToFetch, translationId);