From 486acf8c313d26da8790989cc8bb1dc786b1128c Mon Sep 17 00:00:00 2001 From: hackish Date: Thu, 10 Aug 2023 13:57:48 -0700 Subject: [PATCH] Remove period --- src/languages/en-us.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/en-us.js b/src/languages/en-us.js index 567dc1f..fe59905 100644 --- a/src/languages/en-us.js +++ b/src/languages/en-us.js @@ -128,7 +128,7 @@ module.exports.strings = { SUPPORTED_SITES_TEXT: 'You can still add items from other sites, but it can\'t autopopulate the information, so do that yourself.', UPDATE_NOTICE: (current, latest) => ` - New version available!. There may be new features or bug fixes. Consider updating! :) + New version available! There may be new features or bug fixes. Consider updating! :)
(you can turn this off with UPDATE_CHECK=false)