Sfoglia il codice sorgente

ajustes email apresentacao

Gustavo Zanatta 1 mese fa
parent
commit
ceded83c33
3 ha cambiato i file con 6 aggiunte e 6 eliminazioni
  1. 1 1
      lang/en/mail.php
  2. 1 1
      lang/es/mail.php
  3. 4 4
      resources/views/emails/email_receipt.blade.php

+ 1 - 1
lang/en/mail.php

@@ -35,6 +35,6 @@ return [
         'footer_note' => 'This is an automatic email. Please do not reply.',
         'service_fee' => 'Service fee',
         'final_amount' => 'Final amount',
-        'currency' => '$',
+        'currency' => 'R$',
     ],
 ];

+ 1 - 1
lang/es/mail.php

@@ -35,6 +35,6 @@ return [
         'footer_note' => 'Este es un correo automático. Por favor no responda.',
         'service_fee' => 'Tarifa del servicio',
         'final_amount' => 'Valor final',
-        'currency' => 'US$',
+        'currency' => 'R$',
     ],
 ];

+ 4 - 4
resources/views/emails/email_receipt.blade.php

@@ -514,7 +514,7 @@
               </span>
 
               <strong>
-                {{ __('mail.currency') }}
+                {{ __('mail.service_completed.currency') }}
                 {{ number_format($total_amount, 2, ',', '.') }}
               </strong>
 
@@ -527,7 +527,7 @@
               </span>
 
               <strong>
-                {{ __('mail.currency') }}
+                {{ __('mail.service_completed.currency') }}
                 {{ number_format($service_fee, 2, ',', '.') }}
               </strong>
 
@@ -540,7 +540,7 @@
               </span>
 
               <span class="payment-final-value">
-                {{ __('mail.currency') }}
+                {{ __('mail.service_completed.currency') }}
                 {{ number_format($final_amount, 2, ',', '.') }}
               </span>
 
@@ -609,7 +609,7 @@
       <div>
 
         <div class="footer-app">
-          diariaapp
+          Diária App
         </div>
 
       </div>