Fix universal search shortcut modifier instructions

This commit is contained in:
Claudio Ortolina
2025-08-31 09:41:37 +03:00
parent 9f80f1dfc0
commit ec20afeaac
4 changed files with 13 additions and 13 deletions
@@ -35,12 +35,12 @@ defmodule MusicLibraryWeb.UniversalSearchLive.Index do
<.button
id="universal-search-button"
variant="ghost"
title={gettext("Search (Ctrl+K)")}
title={gettext("Search (Cmd/Ctrl+K)")}
phx-click="open_modal"
phx-target="#universal-search"
phx-hook=".SearchGlobalShortcut"
>
<span class="sr-only">{gettext("Search (Ctrl+K)")}</span>
<span class="sr-only">{gettext("Search (Cmd/Ctrl+K)")}</span>
<.icon name="hero-magnifying-glass" class="h-5 w-5" />
</.button>
"""