diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-16 20:08:32 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-16 20:08:32 +0100 |
commit | fc601a57ee22e9f83b9c433d4695f8b42c8c4891 (patch) | |
tree | 492b979019f809e0b0b27be804fa71d0f62b95f5 /global-functions | |
parent | efca1ec049822e56a63fb6c772863694c3267756 (diff) |
global-functions: $DeviceInfo: shorten text
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
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) ]); |