some i18n string fixes
This commit is contained in:
parent
656f455c01
commit
3159ff61e5
@ -35,7 +35,7 @@
|
|||||||
{% trans "Deleting a domain is not undoable. If you need it back, you'll have to add it again and configure a new shared secret." %}
|
{% trans "Deleting a domain is not undoable. If you need it back, you'll have to add it again and configure a new shared secret." %}
|
||||||
</p>
|
</p>
|
||||||
<form method="get" action="{% url 'delete_domain' domain.pk %}">
|
<form method="get" action="{% url 'delete_domain' domain.pk %}">
|
||||||
<button type="submit" class="btn btn-primary btn-danger">{% trans "Delete domain" %}</button>
|
<button type="submit" class="btn btn-primary btn-danger">{% trans "Delete Domain" %}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
{% trans "Deleting a host is not undoable. If you need it back, you'll have to add it again and configure a new update secret." %}
|
{% trans "Deleting a host is not undoable. If you need it back, you'll have to add it again and configure a new update secret." %}
|
||||||
</p>
|
</p>
|
||||||
<form method="get" action="{% url 'delete_host' host.pk %}">
|
<form method="get" action="{% url 'delete_host' host.pk %}">
|
||||||
<button type="submit" class="btn btn-primary btn-danger">{% trans "Delete host" %}</button>
|
<button type="submit" class="btn btn-primary btn-danger">{% trans "Delete Host" %}</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
@ -22,7 +22,9 @@
|
|||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<div class="well well-sm">
|
<div class="well well-sm">
|
||||||
<h3>{% trans "Help" %}</h3>
|
<h3>{% trans "Help" %}</h3>
|
||||||
<p>{% trans "Here you can edit the configuration of the" %} "{{ object.service.name }}" {% trans "updater." %}
|
<p>
|
||||||
|
{% blocktrans with servicename=object.service.name
|
||||||
|
%}Here you can edit the configuration of the "{{ servicename }}" updater.{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans %}The values you need here are the same ones as you would usually enter in your router
|
{% blocktrans %}The values you need here are the same ones as you would usually enter in your router
|
||||||
|
Loading…
x
Reference in New Issue
Block a user