Remove period
This commit is contained in:
parent
a5f461c7ba
commit
486acf8c31
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue