mirror of https://github.com/sualko/cloud_bbb
l10n: Change the triple dot to ellipsis in App.tsx
parent
34633e1a98
commit
f55835b829
|
@ -83,7 +83,7 @@ const App: React.FC<Props> = () => {
|
||||||
{!areRestrictionsLoaded
|
{!areRestrictionsLoaded
|
||||||
? <span className="icon icon-loading-small icon-visible"></span>
|
? <span className="icon icon-loading-small icon-visible"></span>
|
||||||
: <ShareSelection
|
: <ShareSelection
|
||||||
placeholder={t('bbb', 'Group, ...')}
|
placeholder={t('bbb', 'Group …')}
|
||||||
selectShare={(share) => addRestriction(share.value.shareWith)}
|
selectShare={(share) => addRestriction(share.value.shareWith)}
|
||||||
shareType={[ShareType.Group]}
|
shareType={[ShareType.Group]}
|
||||||
excluded={{groupIds: restrictions.map(restriction => restriction.groupId)}} /> }
|
excluded={{groupIds: restrictions.map(restriction => restriction.groupId)}} /> }
|
||||||
|
|
Loading…
Reference in New Issue