fix(menu): fix the new boss Menu

This commit is contained in:
Romain Lanz
2017-09-03 13:46:22 +02:00
parent 9a202fbf9d
commit 7740735bfe
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -284,8 +284,8 @@ function OpenRecruitMenu(society)
{
title = _U('do_you_want_to_recruit', data.current.name),
elements = {
{label = _U('yes'), value = 'no'},
{label = _U('no'), value = 'yes'},
{label = _U('yes'), value = 'yes'},
{label = _U('no'), value = 'no'},
}
},
function(data2, menu2)