From f55835b82971e4cabc690cfffd4dd88aa620ce4c Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 26 Oct 2020 15:57:38 +0100 Subject: [PATCH] l10n: Change the triple dot to ellipsis in App.tsx --- ts/Restrictions/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/Restrictions/App.tsx b/ts/Restrictions/App.tsx index 8ce9cf9..d5cd85c 100644 --- a/ts/Restrictions/App.tsx +++ b/ts/Restrictions/App.tsx @@ -83,7 +83,7 @@ const App: React.FC = () => { {!areRestrictionsLoaded ? : addRestriction(share.value.shareWith)} shareType={[ShareType.Group]} excluded={{groupIds: restrictions.map(restriction => restriction.groupId)}} /> }