Commit 43f8a50470088ed63ce7913abe076391347b8053

Authored by alex
1 parent 7823ad43

site translates

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -232,7 +232,7 @@
232 232 # 'artboxcore@gmail.com' => 'Artbox Core',
233 233 #'energyforum@euromediacompany.com' => 'New mail address1',
234 234 'energyforum@euromediacompany.com' =>
235   - 'Artbox Core',
  235 + 'NINTH INTERNATIONAL FORUM',
236 236 ]
237 237 )
238 238 ->setTo(
... ... @@ -256,7 +256,7 @@
256 256 )
257 257 ->setFrom(
258 258 [
259   - 'artboxcore@gmail.com' => 'Artbox core',
  259 + 'artboxcore@gmail.com' => 'NINTH INTERNATIONAL FORUM',
260 260 ]
261 261 )
262 262 ->setTo(
... ...