Skip to content

Commit df4298d

Browse files
Update src/components/ProfilePicker/ProfilesCustomPicker.vue
Co-authored-by: Christoph Wurst <[email protected]> Signed-off-by: Andrey Borysenko <[email protected]>
1 parent 6deb877 commit df4298d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProfilePicker/ProfilesCustomPicker.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default {
8585
return []
8686
},
8787
noResultText() {
88-
return this.loading ? t('contacts', 'Searching...') : t('contacts', 'Not found')
88+
return this.loading ? t('contacts', 'Searching') : t('contacts', 'Not found')
8989
},
9090
},
9191

0 commit comments

Comments
 (0)