1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-04 11:51:45 +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

@@ -40,7 +40,7 @@ export default class NotificationPanel extends React.PureComponent<IProps> {
static contextType = RoomContext;
render() {
const emptyState = (<div className="mx_RightPanel_empty mx_NotificationPanel_empty">
<h2>{ _t('Youre all caught up') }</h2>
<h2>{ _t("You're all caught up") }</h2>
<p>{ _t('You have no visible notifications.') }</p>
</div>);