From 565f1102fae5ab7128cbb269d519c87c4e84019e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Salvador=20P=C3=A9rez=20Garc=C3=ADa?= Date: Sun, 24 Jun 2018 12:57:08 +0200 Subject: [PATCH] Removed unused locales --- config/locales/en/admin.yml | 5 ----- config/locales/es/admin.yml | 6 ------ 2 files changed, 11 deletions(-) diff --git a/config/locales/en/admin.yml b/config/locales/en/admin.yml index bd0825c5f..46f9023af 100644 --- a/config/locales/en/admin.yml +++ b/config/locales/en/admin.yml @@ -1115,11 +1115,6 @@ en: success: Action successfully deleted form: submit_button: Save - errors: - form: - error: - one: 'error prevented this action from being saved' - other: 'errors prevented this action from being saved' signature_sheets: author: Author created_at: Creation date diff --git a/config/locales/es/admin.yml b/config/locales/es/admin.yml index 4f88bb7ee..2aaf1450f 100644 --- a/config/locales/es/admin.yml +++ b/config/locales/es/admin.yml @@ -1115,12 +1115,6 @@ es: submit_button: Guardar delete: success: Acción borrada con éxito - errors: - form: - error: - one: "error impidió guardar la acción" - other: 'errores impidieron guardar la acción.' - signature_sheets: author: Autor created_at: Fecha de creación