mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
mark the idle dialog continue button for translation
This commit is contained in:
@@ -133,7 +133,7 @@ export default
|
||||
}
|
||||
else {
|
||||
var buttons = [{
|
||||
"label": "Continue",
|
||||
"label": i18n._("Continue"),
|
||||
"onClick": function() {
|
||||
// make a rest call here to force the API to
|
||||
// move the session time forward
|
||||
|
||||
Reference in New Issue
Block a user