Flag order

This commit is contained in:
Belen Curcio
2017-01-30 16:37:00 -03:00
parent f5dc5ed8b7
commit 019e2a4fa9
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ const getPopupMenu = [
return {
header: lang.t('step-1-header'),
options: [
{val: 'USERS', text: lang.t('flag-username')},
{val: 'COMMENTS', text: lang.t('flag-comment')}
{val: 'COMMENTS', text: lang.t('flag-comment')},
{val: 'USERS', text: lang.t('flag-username')}
],
button: lang.t('continue'),
sets: 'itemType'