Skip to content

Commit

Permalink
Merge pull request #1148 from jderoij/stable
Browse files Browse the repository at this point in the history
Change the text delete DNS to create DNS
  • Loading branch information
usmannasir authored Nov 12, 2023
2 parents 2706ce6 + 2689b00 commit 76be030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion userManagment/templates/userManagment/createACL.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h3 class="content-box-header">
<div class="checkbox">
<label>
<input ng-model="createDNSZone" type="checkbox" value="">
{% trans "Delete DNS Zone" %}
{% trans "Create DNS Zone" %}
</label>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion userManagment/templates/userManagment/modifyACL.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h3 class="content-box-header">
<div class="checkbox">
<label>
<input ng-model="createDNSZone" type="checkbox" value="">
{% trans "Delete DNS Zone" %}
{% trans "Create DNS Zone" %}
</label>
</div>
</div>
Expand Down

0 comments on commit 76be030

Please sign in to comment.