Skip to content

Commit 8493ce7

Browse files
committed
Fix join-a-session translation
1 parent cf9c2a1 commit 8493ce7

File tree

1 file changed

+1
-1
lines changed
  • src/components/CollaborateButton

1 file changed

+1
-1
lines changed

src/components/CollaborateButton/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export default ({
138138
<h1>{t("collobrate")}</h1>
139139
{!inSession ? (
140140
<>
141-
<h2>{"join-a-session"}</h2>
141+
<h2>{t("join-a-session")}</h2>
142142
<TextField
143143
variant="outlined"
144144
label="URL to Session"

0 commit comments

Comments
 (0)