Merge pull request #6768 from beganovich/v5-716
Set privacy policy link from config
This commit is contained in:
commit
8d25b45eaa
5 changed files with 5 additions and 5 deletions
|
|
@ -96,7 +96,7 @@
|
|||
},
|
||||
},
|
||||
"content": {
|
||||
"href": "https://www.invoiceninja.com/privacy-policy/",
|
||||
"href": "{{ config('ninja.privacy_policy_url.hosted') }}",
|
||||
"message": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"dismiss": "Got it!",
|
||||
"link": "Learn more",
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@
|
|||
},
|
||||
},
|
||||
"content": {
|
||||
"href": "https://www.invoiceninja.com/privacy-policy/",
|
||||
"href": "{{ config('ninja.privacy_policy_url.hosted') }}",
|
||||
"message": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"dismiss": "Got it!",
|
||||
"link": "Learn more",
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@
|
|||
},
|
||||
},
|
||||
"content": {
|
||||
"href": "https://www.invoiceninja.com/privacy-policy/",
|
||||
"href": "{{ config('ninja.privacy_policy_url.hosted') }}",
|
||||
"message": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"dismiss": "Got it!",
|
||||
"link": "Learn more",
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@
|
|||
},
|
||||
},
|
||||
"content": {
|
||||
"href": "https://www.invoiceninja.com/privacy-policy/",
|
||||
"href": "{{ config('ninja.privacy_policy_url.hosted') }}",
|
||||
"message": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"dismiss": "Got it!",
|
||||
"link": "Learn more",
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@
|
|||
},
|
||||
},
|
||||
"content": {
|
||||
"href": "https://www.invoiceninja.com/privacy-policy/",
|
||||
"href": "{{ config('ninja.privacy_policy_url.hosted') }}",
|
||||
"message": "This website uses cookies to ensure you get the best experience on our website.",
|
||||
"dismiss": "Got it!",
|
||||
"link": "Learn more",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue