l10n: Change the triple dot to ellipsis in App.tsx

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

View File

@ -83,7 +83,7 @@ const App: React.FC<Props> = () => {
{!areRestrictionsLoaded
? <span className="icon icon-loading-small icon-visible"></span>
: <ShareSelection
placeholder={t('bbb', 'Group, ...')}
placeholder={t('bbb', 'Group')}
selectShare={(share) => addRestriction(share.value.shareWith)}
shareType={[ShareType.Group]}
excluded={{groupIds: restrictions.map(restriction => restriction.groupId)}} /> }