We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0b2248 + 8493ce7 commit daa6779Copy full SHA for daa6779
src/components/CollaborateButton/index.js
@@ -138,7 +138,7 @@ export default ({
138
<h1>{t("collobrate")}</h1>
139
{!inSession ? (
140
<>
141
- <h2>{"join-a-session"}</h2>
+ <h2>{t("join-a-session")}</h2>
142
<TextField
143
variant="outlined"
144
label="URL to Session"
src/components/StartingPage/index.js
@@ -291,7 +291,7 @@ export default ({
291
</Action>
292
{/* <Action>Custom Data Entry</Action> */}
293
<Action href="https://github.com/UniversalDataTool/universal-data-tool">
294
- Github {t("repository").toUpperCase()}
+ Github {t("repository")}
295
296
{/* <Action href="#">
297
How to Collaborate in Real-Time with UDT
0 commit comments