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 0ded587..7014c29 100644 --- a/resources/views/report/report.blade.php +++ b/resources/views/report/report.blade.php @@ -39,7 +39,7 @@