Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(l10n): remove unnecessary space
Signed-off-by: Valdnet <[email protected]>
  • Loading branch information
Valdnet authored and susnux committed Mar 2, 2025
commit c4d7e9be9d0c3270b59ed2ad2c738d75299ca31e
2 changes: 1 addition & 1 deletion core/src/views/LegacyUnifiedSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default {

return n('core',
'Please enter {minSearchLength} character or more to search',
'Please enter {minSearchLength} characters or more to search',
'Please enter {minSearchLength} characters or more to search',
this.minSearchLength,
{ minSearchLength: this.minSearchLength })
},
Expand Down