Remove all directional quotation marks in the codebase (#7059)
This commit is contained in:
parent
71244f3b3c
commit
d61a83a7b9
17 changed files with 43 additions and 43 deletions
|
@ -76,7 +76,7 @@ export default class BridgeSettingsTab extends React.Component<IProps> {
|
|||
</div>;
|
||||
} else {
|
||||
content = <p>{ _t(
|
||||
"This room isn’t bridging messages to any platforms. " +
|
||||
"This room isn't bridging messages to any platforms. " +
|
||||
"<a>Learn more.</a>", {},
|
||||
{
|
||||
// TODO: We don't have this link yet: this will prevent the translators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue