mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
Merge pull request #5044 from kensible/5002-ctint-i18n-strings
Updated strings for i18n
This commit is contained in:
@@ -678,7 +678,8 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
|
||||
if(field.reset && !field.disabled) {
|
||||
var resetValue = "'" + field.reset+ "'";
|
||||
html+= `<a class="Form-resetValue" ng-click="resetValue(${resetValue})">` + i18n._("Reset") + `</a>`;
|
||||
var resetMessage = i18n._('Reset');
|
||||
html+= `<a class="Form-resetValue" ng-click="resetValue(${resetValue})">${resetMessage}</a>`;
|
||||
}
|
||||
|
||||
html += "\n\t</label>\n";
|
||||
|
||||
Reference in New Issue
Block a user