term
This commit is contained in:
parent
614434ff43
commit
fb320b254e
|
|
@ -116,7 +116,7 @@ return [
|
||||||
'cooperation' => 'Cooperation',
|
'cooperation' => 'Cooperation',
|
||||||
'oferta' => 'Oferta',
|
'oferta' => 'Oferta',
|
||||||
|
|
||||||
'terms_conditions' => '<a href=":link">Terms and conditions</a>',
|
'terms_conditions' => '<a href=":link" target="_blank">Terms and conditions</a>',
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -124,5 +124,5 @@ return [
|
||||||
'cooperation' => 'Cooperation',
|
'cooperation' => 'Cooperation',
|
||||||
'oferta' => 'Oferta',
|
'oferta' => 'Oferta',
|
||||||
|
|
||||||
'terms_conditions' => '<a href=":link">Terms and conditions</a>',
|
'terms_conditions' => '<a href=":link" target="_blank">Terms and conditions</a>',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -123,6 +123,6 @@ return [
|
||||||
'cooperation' => 'Cooperation',
|
'cooperation' => 'Cooperation',
|
||||||
'oferta' => 'Oferta',
|
'oferta' => 'Oferta',
|
||||||
|
|
||||||
'terms_conditions' => '<a href=":link">Terms and conditions</a>',
|
'terms_conditions' => '<a href=":link" target="_blank">Terms and conditions</a>',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue