l10n: Removal of a comma in a text string

pull/75/head
Valdnet 2020-09-06 13:03:29 +02:00 committed by GitHub
parent b87b27c5ae
commit 3976802e28
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);