Skip to content

Commit

Permalink
l10n: Change to a capital letter
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored Apr 21, 2022
1 parent 12ed5c9 commit 91c8d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/views/UnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<EmptyContent v-else-if="isValidQuery" icon="icon-search">
<Highlight v-if="triggered" :text="t('core', 'No results for {query}', { query })" :search="query" />
<div v-else>
{{ t('core', 'Press enter to start searching') }}
{{ t('core', 'Press Enter to start searching') }}
</div>
</EmptyContent>

Expand Down

0 comments on commit 91c8d0c

Please sign in to comment.