Merge pull request #1148 from jderoij/stable

Change the text delete DNS to create DNS
This commit is contained in:
Usman Nasir 2023-11-12 14:04:00 +04:00 committed by GitHub
commit 76be030d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@
<div class="checkbox">
<label>
<input ng-model="createDNSZone" type="checkbox" value="">
{% trans "Delete DNS Zone" %}
{% trans "Create DNS Zone" %}
</label>
</div>
</div>

View File

@ -231,7 +231,7 @@
<div class="checkbox">
<label>
<input ng-model="createDNSZone" type="checkbox" value="">
{% trans "Delete DNS Zone" %}
{% trans "Create DNS Zone" %}
</label>
</div>
</div>