Skip to content

Commit daa6779

Browse files
authored
fix: Merge pull request #225 from UniversalDataTool/hotfix/i18n-errors
Fix i18n errors
2 parents f0b2248 + 8493ce7 commit daa6779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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"

src/components/StartingPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export default ({
291291
</Action>
292292
{/* <Action>Custom Data Entry</Action> */}
293293
<Action href="https://github.com/UniversalDataTool/universal-data-tool">
294-
Github {t("repository").toUpperCase()}
294+
Github {t("repository")}
295295
</Action>
296296
{/* <Action href="#">
297297
How to Collaborate in Real-Time with UDT

0 commit comments

Comments
 (0)