Remove period

This commit is contained in:
hackish 2023-08-10 13:57:48 -07:00
parent a5f461c7ba
commit 486acf8c31

View file

@ -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.', 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) => ` UPDATE_NOTICE: (current, latest) => `
<span class="has-text-danger is-size-4 has-text-weight-bold"> <span class="has-text-danger is-size-4 has-text-weight-bold">
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! :)
</span> </span>
<br> <br>
<span>(you can turn this off with <code>UPDATE_CHECK=false</code>)</span> <span>(you can turn this off with <code>UPDATE_CHECK=false</code>)</span>