Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/webui
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2022-10-28 13:08:50 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2022-10-28 13:15:59 +0300
commitfaa28533c63b34b4f98ec2bd6aa682277996c38d (patch)
tree12fffff2637d6f2e7da4fc8e88a8b73482306d8d /webui
parentdcc48309e6e5280d1fadd7cf9505005d9c780bef (diff)
Adapt Bareos messages to new wording.
Be default, self-compiled binaries contain the message: Self-compiled binaries (UNSUPPORTED)\n Get professional support from https://www.bareos.com
Diffstat (limited to 'webui')
-rw-r--r--webui/cmake/BareosLocalBuildDefinitions.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/webui/cmake/BareosLocalBuildDefinitions.cmake b/webui/cmake/BareosLocalBuildDefinitions.cmake
index 3683ee946..e312f6b72 100644
--- a/webui/cmake/BareosLocalBuildDefinitions.cmake
+++ b/webui/cmake/BareosLocalBuildDefinitions.cmake
@@ -1,6 +1,6 @@
# BAREOSĀ® - Backup Archiving REcovery Open Sourced
#
-# Copyright (C) 2019-2019 Bareos GmbH & Co. KG
+# Copyright (C) 2019-2022 Bareos GmbH & Co. KG
#
# This program is Free Software; you can redistribute it and/or
# modify it under the terms of version three of the GNU Affero General Public
@@ -17,10 +17,10 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA.
-set(BareosComSubscriptionLink "https://www.bareos.com/en/Subscription.html")
+set(BareosComSubscriptionLink "https://www.bareos.com/subscription/")
set(BareosGetOfficialBinariesAndSupportOnBareosComMainPage
"Get official binaries and support on bareos.com"
)
set(BareosGetOfficialBinariesAndSupportOnBareosComLoginPage
- "Get official binaries and support on bareos.com"
+ "Self-complied Bareos (UNSUPPORTED).<br>Professional support recommended.<br>Contact www.bareos.com"
)