fix: Update update to make it clearer
All checks were successful
Build Docker / Build Image (push) Successful in 51s

This commit is contained in:
2025-02-04 18:25:27 +11:00
parent ce8c773db3
commit 9aa061691d
2 changed files with 9 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ def index():
commit = info['commit']
if commit != latestVersion(branch):
print("New version available",flush=True)
plugins += render_template('components/dashboard-plugin.html', name='Update', output='New version available')
plugins += render_template('components/dashboard-alert.html', name='Update', output='A new version of FireWallet is available')
return render_template("index.html", account=account, plugins=plugins)