From 3c99c8efab5f35038a8f7893892c78b797e66b51 Mon Sep 17 00:00:00 2001 From: Bruno Ferreyra Date: Mon, 21 Oct 2024 18:58:24 -0300 Subject: [PATCH] Hotfix: modify new data export internal name --- app/models/data_export.rb | 2 +- app/views/admin/data_exports/choose_type.html.slim | 2 +- config/locales/en/data_exports.en.yml | 4 ++-- config/locales/es.yml | 4 ++-- config/locales/fr.yml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/models/data_export.rb b/app/models/data_export.rb index 9a898e2e2..314ae787c 100644 --- a/app/models/data_export.rb +++ b/app/models/data_export.rb @@ -14,7 +14,7 @@ class DataExport < ApplicationRecord "standard_loan_data_export" => "StandardLoanDataExport", "enhanced_loan_data_export" => "EnhancedLoanDataExport", "numeric_answer_data_export" => "NumericAnswerDataExport", - "numeric_with_account_history_data_export" => "NumericAnswerWithAccountHistoryDataExport" + "numeric_answer_with_account_history_data_export" => "NumericAnswerWithAccountHistoryDataExport" } def self.model_name diff --git a/app/views/admin/data_exports/choose_type.html.slim b/app/views/admin/data_exports/choose_type.html.slim index 7b2d41e51..d213dcf18 100644 --- a/app/views/admin/data_exports/choose_type.html.slim +++ b/app/views/admin/data_exports/choose_type.html.slim @@ -6,4 +6,4 @@ p p = link_to t("data_exports.types.numeric_answer_data_export"), new_admin_data_export_path("numeric_answer_data_export") p - = link_to t("data_exports.types.numeric_with_account_history_data_export"), new_admin_data_export_path("numeric_with_account_history_data_export") + = link_to t("data_exports.types.numeric_answer_with_account_history_data_export"), new_admin_data_export_path("numeric_answer_with_account_history_data_export") diff --git a/config/locales/en/data_exports.en.yml b/config/locales/en/data_exports.en.yml index f1c33c800..f2630957d 100644 --- a/config/locales/en/data_exports.en.yml +++ b/config/locales/en/data_exports.en.yml @@ -20,13 +20,13 @@ en: standard_loan_data_export: "New Standard Loan Data Export" enhanced_loan_data_export: "Enhanced Loan Data Export" numeric_answer_data_export: "Numeric Answer Only Loan Data Export" - numeric_with_account_history_data_export: "Numeric With Accounting History Export (beta)" + numeric_answer_with_account_history_data_export: "Numeric With Accounting History Export (beta)" types: data_export: "Data Export" standard_loan_data_export: "Standard Loan Data Export" enhanced_loan_data_export: "Enhanced Loan Data Export" numeric_answer_data_export: "Numeric Answer Only Loan Data Export" - numeric_with_account_history_data_export: "Numeric With Accounting History Export (beta)" + numeric_answer_with_account_history_data_export: "Numeric With Accounting History Export (beta)" standard_loan_data_exports: headers: accrued_interest: "Accrued Interest" diff --git a/config/locales/es.yml b/config/locales/es.yml index 0579026d3..d9d0f028a 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -29,13 +29,13 @@ es: standard_loan_data_export: "Nueva Exportación Estandar de Datos de Préstamos" enhanced_loan_data_export: "Exportar Datos de Préstamos Mejorados" numeric_answer_data_export: "Numeric Answer Only Loan Data Export" - numeric_with_account_history_data_export: "Numeric With Accounting History Export (beta)" + numeric_answer_with_account_history_data_export: "Numeric With Accounting History Export (beta)" types: data_export: "Exportación de Datos" standard_loan_data_export: "Exportación de Datos de Préstamos Estándar" enhanced_loan_data_export: "Exportar Datos de Préstamos Mejorados" numeric_answer_data_export: "Numeric Answer Only Loan Data Export" - numeric_with_account_history_data_export: "Numeric With Accounting History Export (beta)" + numeric_answer_with_account_history_data_export: "Numeric With Accounting History Export (beta)" standard_loan_data_exports: headers: actual_end_date: "Fecha de Finalización Real" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 19f365bf6..4815cda0a 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -29,13 +29,13 @@ fr: standard_loan_data_export: "New Standard Loan Data Export" enhanced_loan_data_export: "Enhanced Loan Data Export" numeric_answer_data_export: "Numeric Answer Only Loan Data Export" - numeric_with_account_history_data_export: "Numeric With Accounting History Export (beta)" + numeric_answer_with_account_history_data_export: "Numeric With Accounting History Export (beta)" types: data_export: "Data Export" standard_loan_data_export: "Standard Loan Data Export" enhanced_loan_data_export: "Enhanced Loan Data Export" numeric_answer_data_export: "Numeric Answer Only Loan Data Export" - numeric_with_account_history_data_export: "Numeric With Accounting History Export (beta)" + numeric_answer_with_account_history_data_export: "Numeric With Accounting History Export (beta)" standard_loan_data_exports: headers: actual_end_date: "Actual End Date"