Merge pull request #93 from Valdnet/patch-4

l10n: Change the triple dot to ellipsis
pull/99/head
Klaus 2020-10-27 09:52:21 +01:00 committed by GitHub
commit cd48411473
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);