mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
Making user action item_type 'users' for consistency.
This commit is contained in:
@@ -10,7 +10,7 @@ const getPopupMenu = [
|
||||
return {
|
||||
header: lang.t('step-1-header'),
|
||||
options: [
|
||||
{val: 'user', text: lang.t('flag-username')},
|
||||
{val: 'users', text: lang.t('flag-username')},
|
||||
{val: 'comments', text: lang.t('flag-comment')}
|
||||
],
|
||||
button: lang.t('continue'),
|
||||
|
||||
Reference in New Issue
Block a user