Skip to content

Commit

Permalink
More contextual copy
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Jan 10, 2024
1 parent ffabd61 commit 8c6563a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/shortcuts-settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,12 @@ function ShortcutsSettings({ onClose }) {
disabled={shortcuts.length >= SHORTCUTS_LIMIT}
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>
</p>
</main>
Expand Down

0 comments on commit 8c6563a

Please sign in to comment.