More contextual copy

This commit is contained in:
Lim Chee Aun 2024-01-10 14:48:08 +08:00
parent ffabd6188d
commit 8c6563a671

View file

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