From b10bc5b7393a41bba3c3be07bc2a5c52101128fc Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 24 Aug 2022 22:20:10 -0400 Subject: [PATCH] yippie --- .gitignore | 1 + client/src/components/errors/WrongVersion.js | 2 +- client/src/pages/About.js | 1 - client/src/services/ClientConfig.js | 4 ++-- server/src/client_config.py | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 98f8568..979fd25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .vscode/ +.VSCodeCounter/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/client/src/components/errors/WrongVersion.js b/client/src/components/errors/WrongVersion.js index 16c1ae0..993b4a6 100644 --- a/client/src/components/errors/WrongVersion.js +++ b/client/src/components/errors/WrongVersion.js @@ -78,7 +78,7 @@ function WrongVersion(props) {
Client Companion version mismatch - Your VIM client companion version is no longer supported. ({ServerVersion} {'→'} {newVersion}) + Your VIM client companion version is not supported. ({ServerVersion} {'→'} {newVersion})