From 49922ce59caedef3283805d697f3ce2afce13f85 Mon Sep 17 00:00:00 2001 From: Grzegorz Gutowski Date: Mon, 24 Jun 2024 10:21:43 +0200 Subject: [PATCH] Repair wrong variable names --- src/openvpn3_indicator/about.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openvpn3_indicator/about.py b/src/openvpn3_indicator/about.py index 29c32a1..454fcc9 100644 --- a/src/openvpn3_indicator/about.py +++ b/src/openvpn3_indicator/about.py @@ -30,8 +30,8 @@ ] APPLICATION_URL = 'https://github.com/OpenVPN/openvpn3-indicator' APPLICATION_VERSION = '0.1' -BACKEND_VERSION_MINIMUM = 20 -BACKEND_VERSION_RECOMMENDED = 21 +MANAGER_VERSION_MINIMUM = 20 +MANAGER_VERSION_RECOMMENDED = 21 APPLICATION_DESCRIPTION_SHORT = 'Simple indicator application for OpenVPN3' APPLICATION_DESCRIPTION_LONG = ''' This is a simple indicator application that controls OpenVPN3 tunnels.