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