From 1c8ecfc6d40a6536f50c2b42a0700090fd14481b Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 26 Oct 2020 14:24:53 +0100 Subject: [PATCH] l10n: Change the triple dot to ellipsis --- 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 9c1bc92..8b57d1c 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);