Skip to content

Commit

Permalink
Hotfix: modify new data export internal name
Browse files Browse the repository at this point in the history
  • Loading branch information
Novruu committed Oct 21, 2024
1 parent f151af2 commit 3c99c8e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/models/data_export.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app/views/admin/data_exports/choose_type.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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")
4 changes: 2 additions & 2 deletions config/locales/en/data_exports.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3c99c8e

Please sign in to comment.