mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Correct merge
This commit is contained in:
parent
f9aee9b7fc
commit
9a75918e94
@ -268,7 +268,7 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
"content": {
|
"content": {
|
||||||
"href": "{{ Utils::isNinja() ? Utils::getPrivacyLink() : (config('ninja.privacy_policy_url') ?: 'https://cookiesandyou.com/' ) }}",
|
"href": "{{ Utils::isNinja() ? config('ninja.privacy_policy_url') : 'https://cookiesandyou.com/' }}",
|
||||||
"message": {!! json_encode(trans('texts.cookie_message')) !!},
|
"message": {!! json_encode(trans('texts.cookie_message')) !!},
|
||||||
"dismiss": {!! json_encode(trans('texts.got_it')) !!},
|
"dismiss": {!! json_encode(trans('texts.got_it')) !!},
|
||||||
"link": {!! json_encode(trans('texts.learn_more')) !!},
|
"link": {!! json_encode(trans('texts.learn_more')) !!},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user