From 4d56a0ac7320939bd9bf95a2184d86070bafb5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Gyenizse?= Date: Mon, 30 Oct 2023 14:24:04 +0100 Subject: [PATCH] Appropriate default message added --- src/environments/environment.prod.ts | 2 +- src/environments/environment.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index aca603e0db..0af99904ed 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -23,7 +23,7 @@ export const environment = { }, warningDialog: { title: 'Warning', - content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut id efficitur tortor. Pellentesque vel augue dolor. Quisque bibendum, lacus quis iaculis interdum, mi quam hendrerit tortor, sed ornare erat mi quis sapien. Maecenas maximus placerat arcu, a faucibus metus venenatis a. Maecenas at nibh in enim posuere ullamcorper.', + content: 'This system is for authorized use only. Unauthorized access will result in possible legal action. By accessing this system, you acknowledge that you are authorized to do so and that all data stored and processed here is confidential.', buttonText: 'Close' }, defaultLanguage: window['env']['defaultLanguage'] || 'en-US', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index 2d788ddf27..2cfdc63177 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -28,7 +28,7 @@ export const environment = { }, warningDialog: { title: 'Warning', - content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut id efficitur tortor. Pellentesque vel augue dolor. Quisque bibendum, lacus quis iaculis interdum, mi quam hendrerit tortor, sed ornare erat mi quis sapien. Maecenas maximus placerat arcu, a faucibus metus venenatis a. Maecenas at nibh in enim posuere ullamcorper.', + content: 'This system is for authorized use only. Unauthorized access will result in possible legal action. By accessing this system, you acknowledge that you are authorized to do so and that all data stored and processed here is confidential.', buttonText: 'Close' }, defaultLanguage: window['env']['defaultLanguage'] || 'en-US',