add the opt-in button for emails #244
This commit is contained in:
@@ -45,6 +45,8 @@ return [
|
||||
'rightsreserved' => 'All Rights Reserved',
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'yes' => 'Yes',
|
||||
'no' => 'No',
|
||||
'days' => [
|
||||
'mon' => 'Monday',
|
||||
'tues' => 'Tuesday',
|
||||
|
||||
@@ -15,4 +15,6 @@ return [
|
||||
'editprofile' => 'Edit Profile',
|
||||
'edityourprofile' => 'Edit Your Profile',
|
||||
'transferhours' => 'Transferred Hours',
|
||||
'opt-in' => 'Opt-In',
|
||||
'opt-in-descrip' => 'Yes, include me on non-administrative emails',
|
||||
];
|
||||
|
||||
@@ -45,6 +45,8 @@ return [
|
||||
'rightsreserved' => 'Todos los derechos reservados',
|
||||
'active' => 'Activo',
|
||||
'inactive' => 'Inactivo',
|
||||
'yes' => 'Sí',
|
||||
'no' => 'No',
|
||||
'days' => [
|
||||
'mon' => 'lunes',
|
||||
'tues' => 'martes',
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'updateprofile' => 'Actualizar perfil',
|
||||
'editprofile' => 'Editar perfil',
|
||||
'edityourprofile' => 'Editar tu perfil',
|
||||
'opt-in' => 'Optar En',
|
||||
'opt-in-descrip' => 'Sí, incluirme en correos electrónicos no administrativos',
|
||||
];
|
||||
|
||||
@@ -45,6 +45,8 @@ return [
|
||||
'rightsreserved' => 'Tutti i Diritti Riservati',
|
||||
'active' => 'Attivo',
|
||||
'inactive' => 'Inattivo',
|
||||
'yes' => 'Sì',
|
||||
'no' => 'No',
|
||||
'days' => [
|
||||
'mon' => 'Lunedì',
|
||||
'tues' => 'Martedì',
|
||||
|
||||
@@ -14,4 +14,6 @@ return [
|
||||
'editprofile' => 'Modifica Profilo',
|
||||
'edityourprofile' => 'Modifica Il Tuo Profilo',
|
||||
'transferhours' => 'Ore trasferite',
|
||||
'opt-in' => 'Partecipa',
|
||||
'opt-in-descrip' => 'Sì, includimi nelle e-mail non amministrative',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user