From 3976802e281b0949548a3994d2b2a14f7afd65ac Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sun, 6 Sep 2020 13:03:29 +0200 Subject: [PATCH] l10n: Removal of a comma in a text string --- ts/Common/ShareSelection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/Common/ShareSelection.tsx b/ts/Common/ShareSelection.tsx index 8048d53..73ed371 100644 --- a/ts/Common/ShareSelection.tsx +++ b/ts/Common/ShareSelection.tsx @@ -26,7 +26,7 @@ const ShareSelection: React.FC = (props) => { groupIds: props.excluded?.groupIds || [], circleIds: props.excluded?.circleIds || [], }; - const placeholder = props.placeholder || t('bbb', 'Name, group, ...'); + const placeholder = props.placeholder || t('bbb', 'Name, group ...'); useEffect(() => { setSearchResults(undefined);