feat: add badge for suspicious and spam users
This commit is contained in:
parent
2b4f673df1
commit
c84c479871
23 changed files with 185 additions and 22 deletions
|
|
@ -547,9 +547,14 @@ export default {
|
|||
'Optimal relays': 'Optimal relays',
|
||||
"Successfully republish to optimal relays (your write relays and mentioned users' read relays)":
|
||||
"Successfully republish to optimal relays (your write relays and mentioned users' read relays)",
|
||||
'Failed to republish to optimal relays: {{error}}': 'Failed to republish to optimal relays: {{error}}',
|
||||
'Failed to republish to optimal relays: {{error}}':
|
||||
'Failed to republish to optimal relays: {{error}}',
|
||||
'External Content': 'External Content',
|
||||
Highlight: 'Highlight',
|
||||
'Optimal relays and {{count}} other relays': 'Optimal relays and {{count}} other relays'
|
||||
'Optimal relays and {{count}} other relays': 'Optimal relays and {{count}} other relays',
|
||||
'Likely spam account (Trust score: {{percentile}}%)':
|
||||
'Likely spam account (Trust score: {{percentile}}%)',
|
||||
'Suspicious account (Trust score: {{percentile}}%)':
|
||||
'Suspicious account (Trust score: {{percentile}}%)'
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue