mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
templates: Fix setup state check
Closes: #1728. Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
1aaf5efb52
commit
746f7b07fc
@ -70,7 +70,7 @@
|
||||
{% endif %}
|
||||
{% if setup_state == 'needs-setup' %}
|
||||
value="{% trans "Install" %}"
|
||||
{% elif setup_state == 'needs-upgrade' %}
|
||||
{% elif setup_state == 'needs-update' %}
|
||||
value="{% trans "Update" %}"
|
||||
{% endif %} />
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user