Skip to content

Commit

Permalink
Update src/components/ProfilePicker/ProfilesCustomPicker.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Wurst <[email protected]>
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 and ChristophWurst authored Jun 30, 2023
1 parent 6deb877 commit df4298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProfilePicker/ProfilesCustomPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {
return []
},
noResultText() {
return this.loading ? t('contacts', 'Searching...') : t('contacts', 'Not found')
return this.loading ? t('contacts', 'Searching') : t('contacts', 'Not found')
},
},
Expand Down

0 comments on commit df4298d

Please sign in to comment.