From b20b02745b9796f91ec2b37a4d0101ac9760023b Mon Sep 17 00:00:00 2001 From: Thomas Eales Date: Tue, 15 Oct 2019 19:06:07 +1100 Subject: [PATCH] Fixed popupUpdateAvailable tense The tense was unusual, updated it to the correct tense. --- keepassxc-browser/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keepassxc-browser/_locales/en/messages.json b/keepassxc-browser/_locales/en/messages.json index 74f7c08..7679de5 100644 --- a/keepassxc-browser/_locales/en/messages.json +++ b/keepassxc-browser/_locales/en/messages.json @@ -304,7 +304,7 @@ "description": "A text shown above error message in the popup." }, "popupUpdateAvailable": { - "message": "You use an old version of KeePassXC.", + "message": "You are using an old version of KeePassXC.", "description": "Popup warning message about old version of KeePassXC." }, "popupDownloadNewVersion": {