aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-02-16 20:08:32 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-02-16 20:08:32 +0100
commitfc601a57ee22e9f83b9c433d4695f8b42c8c4891 (patch)
tree492b979019f809e0b0b27be804fa71d0f62b95f5
parentefca1ec049822e56a63fb6c772863694c3267756 (diff)
global-functions: $DeviceInfo: shorten text
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index 8f4795d..942848a 100644
--- a/global-functions
+++ b/global-functions
@@ -215,7 +215,7 @@
[ $IfThenElse ([ :typeof ($Update->"latest-version") ] != "nothing" && \
$Update->"installed-version" != $Update->"latest-version") \
("\n Available: " . $Update->"latest-version") ] . \
- "\nRouterOS-Scripts Configuration Version:" . \
+ "\nRouterOS-Scripts:" . \
"\n Current: " . $GlobalConfigVersion . \
[ $IfThenElse ($GlobalConfigVersion != $ExpectedConfigVersion) \
("\n Expected: " . $ExpectedConfigVersion) ]);