mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Rename "Blocked" to "Silenced"
This commit is contained in:
parent
ec3d800492
commit
1f14350220
51 changed files with 366 additions and 332 deletions
|
@ -7,7 +7,7 @@ import computed from 'ember-addons/ember-computed-decorators';
|
|||
|
||||
const PROBLEMS_CHECK_MINUTES = 1;
|
||||
|
||||
const ATTRIBUTES = [ 'disk_space','admins', 'moderators', 'blocked', 'suspended', 'top_traffic_sources',
|
||||
const ATTRIBUTES = [ 'disk_space','admins', 'moderators', 'silenced', 'suspended', 'top_traffic_sources',
|
||||
'top_referred_topics', 'updated_at'];
|
||||
|
||||
const REPORTS = [ 'global_reports', 'page_view_reports', 'private_message_reports', 'http_reports',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue