mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add search tip for @me
shortcut (#19062)
This commit is contained in:
parent
a5f2099884
commit
19158cde53
@ -53,6 +53,10 @@ const DEFAULT_QUICK_TIPS = [
|
||||
label: I18n.t("search.tips.full_search_key", { modifier: "Ctrl" }),
|
||||
description: I18n.t("search.tips.full_search"),
|
||||
},
|
||||
{
|
||||
label: "@me",
|
||||
description: I18n.t("search.tips.me"),
|
||||
},
|
||||
];
|
||||
|
||||
let QUICK_TIPS = [];
|
||||
|
@ -2548,6 +2548,7 @@ en:
|
||||
status: "filters by topic status"
|
||||
full_search: "launches full page search"
|
||||
full_search_key: "%{modifier} + Enter"
|
||||
me: "shows only your posts"
|
||||
|
||||
advanced:
|
||||
title: Advanced filters
|
||||
|
Loading…
Reference in New Issue
Block a user