mark the idle dialog continue button for translation

This commit is contained in:
Ryan Petrello
2020-05-15 12:34:31 -04:00
parent c7db982ab1
commit 3c195eed9f

View File

@@ -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