1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-10 05:42:29 +03:00

Remove all directional quotation marks in the codebase (#7059)

This commit is contained in:
Faye Duxovni
2021-10-29 21:59:21 -04:00
committed by GitHub
parent 71244f3b3c
commit d61a83a7b9
17 changed files with 43 additions and 43 deletions

View File

@@ -141,7 +141,7 @@ export const ThreadPanelHeader = ({ filterOption, setFilterOption }: {
const options: readonly ThreadPanelHeaderOption[] = [
{
label: _t("My threads"),
description: _t("Shows all threads youve participated in"),
description: _t("Shows all threads you've participated in"),
key: ThreadFilterType.My,
},
{