Browse Source

Merge pull request #37770 from nextcloud/enh/32032/follow-up

l10n: Change to a capital letter
pull/37791/head
Simon L 3 years ago
committed by GitHub
parent
commit
1861aa56ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/src/views/UnifiedSearch.vue
  2. 4
      dist/core-unified-search.js
  3. 2
      dist/core-unified-search.js.map

2
core/src/views/UnifiedSearch.vue

@ -293,7 +293,7 @@ export default {
validQueryTitle() {
return this.triggered
? t('core', 'No results for {query}', { query: this.query })
: t('core', 'Press enter to start searching')
: t('core', 'Press Enter to start searching')
},
/**

4
dist/core-unified-search.js
File diff suppressed because it is too large
View File

2
dist/core-unified-search.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save