From fc601a57ee22e9f83b9c433d4695f8b42c8c4891 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 16 Feb 2021 20:08:32 +0100 Subject: global-functions: $DeviceInfo: shorten text --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ]); -- cgit v1.2.3-54-g00ecf