Add search tip for `@me` shortcut (#19062)

This commit is contained in:
Penar Musaraj 2022-11-16 15:19:34 -05:00 committed by GitHub
parent a5f2099884
commit 19158cde53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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 = [];

View File

@ -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