Skip to content

Commit

Permalink
fix(i18n): Improved wording
Browse files Browse the repository at this point in the history
Fixes #5495 

Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored Jan 19, 2024
1 parent a4b58b2 commit 7744108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/HelpModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@close="$emit('close')">
<div class="help-modal">
<h2>{{ t('deck', 'Keyboard shortcuts') }}</h2>
<p>{{ t('deck', 'Speed up using Deck with simple shortcuts.') }}</p>
<p>{{ t('deck', 'Boost your productivity using Deck with keyboard shortcuts.') }}</p>

<h3>{{ t('deck', 'Board actions') }}</h3>
<table>
Expand Down

0 comments on commit 7744108

Please sign in to comment.