From e3e7e78a5c1c19f3b3b31558ac03ae288466588a Mon Sep 17 00:00:00 2001 From: elyambay Date: Tue, 30 Oct 2018 16:24:17 -0300 Subject: [PATCH] =?UTF-8?q?Hotfix:=20Conversi=C3=B3n=20en=20CA$?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/en/reportReport.php | 1 + resources/lang/es/reportReport.php | 1 + resources/views/report/report.blade.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/en/reportReport.php b/resources/lang/en/reportReport.php index 5aba989..413adc8 100644 --- a/resources/lang/en/reportReport.php +++ b/resources/lang/en/reportReport.php @@ -2,6 +2,7 @@ return [ "button_currency_gs" => "Convert to GS.", "button_currency_us" => "Convert to U\$D", + "button_currency_cas" => "Convert to CA\$", "p_currency_gs" => "Values shown in thousands of Guaraníes", "p_currency_us" => "Values shown in American Dollars", "label_tab_universe" => "All Participants", diff --git a/resources/lang/es/reportReport.php b/resources/lang/es/reportReport.php index 327460e..2cca7c5 100644 --- a/resources/lang/es/reportReport.php +++ b/resources/lang/es/reportReport.php @@ -2,6 +2,7 @@ return [ "button_currency_gs" => "Ver en GS.", "button_currency_us" => "Ver en U\$D.", + "button_currency_cas" => "Ver en CA\$", "p_currency_gs" => "Los montos están en miles de Guaraníes", "p_currency_us" => "Los montos están en Dólares Americanos", "label_tab_universe" => "Universo", diff --git a/resources/views/report/report.blade.php b/resources/views/report/report.blade.php index 3aa5a08..ff2ea41 100644 --- a/resources/views/report/report.blade.php +++ b/resources/views/report/report.blade.php @@ -38,7 +38,7 @@