From cfd7a35a696b284097fb5cd330d84336d6e1afc5 Mon Sep 17 00:00:00 2001 From: fabiand14 Date: Thu, 6 Jul 2023 12:10:37 -0500 Subject: [PATCH] minor fix --- customer_service.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customer_service.py b/customer_service.py index 0ee6ecc..5ad2c4e 100644 --- a/customer_service.py +++ b/customer_service.py @@ -23,9 +23,9 @@ NEW_MEDIA = new_sel = [ CLASSIFICATION = new_sel = [ ('', ''), - ('reclamo_riesgo_vital', 'Reclamo Riesgo Vital'), - ('reclamo_riesgo_priorizado', 'Reclamo Riesgo Priorizado'), - ('reclamo_riesgo_simple', 'Reclamo Riesgo Simple'), + ('reclamo_riesgo_vital', 'Riesgo Vital'), + ('reclamo_riesgo_priorizado', 'Riesgo Priorizado'), + ('reclamo_riesgo_simple', 'Riesgo Simple'), ('riesgo_vida', 'Riesgo de Vida'), ('regular', 'Regular'), ]