Merge pull request #95 from Valdnet/patch-6

l10n: Change the triple dot to ellipsis in App.tsx
pull/99/head
Klaus 2020-10-27 09:53:04 +01:00 committed by GitHub
commit 149c7b59ef
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)}} /> }