mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
update search help with in:private
This commit is contained in:
parent
e1f4d781d2
commit
3aaa7d5b03
@ -1866,7 +1866,7 @@ en:
|
||||
title: "Screened IPs"
|
||||
description: 'IP addresses that are being watched. Use "Allow" to whitelist IP addresses.'
|
||||
delete_confirm: "Are you sure you want to remove the rule for %{ip_address}?"
|
||||
roll_up_confirm: "Are you sure you want to roll up ban entries?"
|
||||
roll_up_confirm: "Are you sure you want to roll up commonly screened IP addresses into subnets?"
|
||||
rolled_up_some_subnets: "Successfully rolled up IP ban entries to these subnets: %{subnets}."
|
||||
rolled_up_no_subnet: "There was nothing to roll up."
|
||||
actions:
|
||||
|
@ -2178,7 +2178,7 @@ en:
|
||||
<tr><td><code>order:views</code></td><td><code>order:latest</code></td><td colspan=3></td></tr>
|
||||
<tr><td><code>status:open</code></td><td><code>status:closed</code></td><td><code>status:archived</code></td><td><code>status:noreplies</code></td><td><code>status:singleuser</code></td></tr>
|
||||
<tr><td><code>category:foo</code></td><td><code>user:foo</code></td><td colspan=3></td></tr>
|
||||
<tr><td><code>in:likes</code></td><td><code>in:posted</code></td><td><code>in:watching</code></td><td><code>in:tracking</code></td><td></td></tr>
|
||||
<tr><td><code>in:likes</code></td><td><code>in:posted</code></td><td><code>in:watching</code></td><td><code>in:tracking</code></td><td><code>in:private</code></td></tr>
|
||||
</table>
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user