l10n: Change the triple dot to ellipsis

pull/93/head
Valdnet 2020-10-26 14:24:53 +01:00 committed by GitHub
parent 34633e1a98
commit 1c8ecfc6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const ShareSelection: React.FC<Props> = (props) => {
groupIds: props.excluded?.groupIds || [],
circleIds: props.excluded?.circleIds || [],
};
const placeholder = props.placeholder || t('bbb', 'Name, group ...');
const placeholder = props.placeholder || t('bbb', 'Name, group ');
useEffect(() => {
setSearchResults(undefined);