More contextual copy

pull/393/head
Lim Chee Aun 2024-01-10 14:48:08 +08:00
rodzic ffabd6188d
commit 8c6563a671
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -428,7 +428,12 @@ function ShortcutsSettings({ onClose }) {
disabled={shortcuts.length >= SHORTCUTS_LIMIT} disabled={shortcuts.length >= SHORTCUTS_LIMIT}
onClick={() => setShowForm(true)} onClick={() => setShowForm(true)}
> >
<Icon icon="plus" /> <span>Add shortcut</span> <Icon icon="plus" />{' '}
<span>
{snapStates.settings.shortcutsViewMode === 'multi-column'
? 'Add column…'
: 'Add shortcut…'}
</span>
</button> </button>
</p> </p>
</main> </main>