mirror of https://github.com/sualko/cloud_bbb
Merge pull request #95 from Valdnet/patch-6
l10n: Change the triple dot to ellipsis in App.tsxpull/99/head
commit
149c7b59ef
|
@ -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)}} /> }
|
||||
|
|
Loading…
Reference in New Issue