mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
backups: Rename 'Abort' buttons to 'Cancel'
Like most other pages in the interface, use 'Cancel' buttons instead of 'Abort' buttons. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
df978ce8ee
commit
d99c356336
@ -41,9 +41,8 @@
|
||||
|
||||
<input type="submit" class="btn btn-primary"
|
||||
value="{% trans "Create Repository" %}"/>
|
||||
<a class="abort btn btn-sm btn-default"
|
||||
href="{% url 'backups:index' %}">
|
||||
{% trans "Abort" %}
|
||||
<a class="btn btn-default" role="button" href="{% url 'backups:index' %}">
|
||||
{% trans "Cancel" %}
|
||||
</a>
|
||||
</form>
|
||||
|
||||
|
||||
@ -44,9 +44,9 @@
|
||||
|
||||
<input type="submit" class="btn btn-danger"
|
||||
value="{% trans "Remove Repository" %}"/>
|
||||
<a class="abort btn btn-sm btn-default"
|
||||
<a class="btn btn-default" role="button"
|
||||
href="{% url 'backups:index' %}">
|
||||
{% trans "Abort" %}
|
||||
{% trans "Cancel" %}
|
||||
</a>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
@ -43,15 +43,13 @@
|
||||
value="{% trans 'Restore' %}" />
|
||||
|
||||
<button id="loading_btn" class="btn btn-primary sr-only" disabled>
|
||||
<i class="fa fa-spinner fa-pulse fa-fw"></i> {% blocktrans trimmed %}
|
||||
Restoring
|
||||
{% endblocktrans %}
|
||||
<i class="fa fa-spinner fa-pulse fa-fw"></i>
|
||||
{% trans "Restoring" %}
|
||||
</button>
|
||||
|
||||
<a title="{% trans 'Abort' %}"
|
||||
role="button" class="btn btn-warning"
|
||||
<a class="btn btn-default" role="button"
|
||||
href="{% url 'backups:index' %}">
|
||||
{% trans 'Abort' %}
|
||||
{% trans "Cancel" %}
|
||||
</a>
|
||||
</form>
|
||||
</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user