fixed ui implementation of get adhoc permission label

This commit is contained in:
John Mitchell
2015-10-06 11:24:38 -04:00
parent c55741f6c6
commit 21ff08e4a5

View File

@@ -27,7 +27,7 @@
// manually add the adhoc label to the choices object // manually add the adhoc label to the choices object
choices.push(["adhoc", choices.push(["adhoc",
data.actions.GET.run_ad_hoc_commands.label]); data.actions.GET.run_ad_hoc_commands.help_text]);
return choices; return choices;
}) })