Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
</style>
<title>Vite + React + TS</title>
<title>SignTag</title>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion packages/client/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"backendFailed": "The website appears to be down at the moment, please try again later",
"logIn": "Please login to continue",
"signedIn": "You are signed in",
"welcome": "Welcome to SignLab"
"welcome": "Welcome to SignTag"
},
"languages": {
"en": "English",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"backendFailed": "Algo ha fallado. Por favor, vuelva a intentarlo más tarde",
"logIn": "Por favor inicie sesión para continuar",
"signedIn": "Ha iniciado sesión",
"welcome": "Bienvenido/a a SignLab"
"welcome": "Bienvenido/a a SignTag"
},
"languages": {
"en": "Inglés",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/src/components/NavigationBar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const NavBar: FC<NavBarProps> = ({ drawerOpen, setDrawerOpen }) => {
color: 'black'
}}
>
ASL-LEX SignLab
SignTag
</Typography>
</Toolbar>
</AppBar>
Expand Down
Loading