mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
translate a missing string in the license UI
see: https://github.com/ansible/tower/issues/3949
This commit is contained in:
@@ -256,7 +256,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="Modal-footer">
|
<div class="Modal-footer">
|
||||||
<button ng-click="cancelLicenseLookup()" class="btn Modal-footerButton Modal-defaultButton">CANCEL</button>
|
<button ng-click="cancelLicenseLookup()" class="btn Modal-footerButton Modal-defaultButton" translate>CANCEL</button>
|
||||||
<button
|
<button
|
||||||
ng-click="confirmLicenseSelection()"
|
ng-click="confirmLicenseSelection()"
|
||||||
class="btn Modal-footerButton btn-success"
|
class="btn Modal-footerButton btn-success"
|
||||||
|
|||||||
Reference in New Issue
Block a user