More contextual copy
This commit is contained in:
parent
ffabd6188d
commit
8c6563a671
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue