Skip to content
Snippets Groups Projects
Commit 5a221c8c authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix i18n

parent 0f9789fa
1 merge request!176Design improvement
This commit is part of merge request !176. Comments created here will be created in the context of that merge request.
{
"home-page": {
"create-session": "Session erstellen",
"create-session": "Neue Session",
"no-empty-name": "Bitte geben Sie einen Namen ein.",
"created-1": "Session '",
"created-2": "' erfolgreich erstellt."
......
{
"home-page": {
"create-session": "Create session",
"create-session": "New Session",
"no-empty-name": "Please enter a name.",
"created-1": "Session '",
"created-2": "' successfully created."
......
......@@ -25,7 +25,7 @@
"no-room-found": "Es wurde keine Session mit dieser ID gefunden",
"please-enter": "Bitte geben Sie eine Session-ID ein",
"exactly-8": "Eine Session-ID hat genau 8 Ziffern",
"create-session": "Session erstellen",
"create-session": "Neue Session",
"no-empty-name": "Bitte geben Sie einen Namen ein",
"created-1": "Session '",
"created-2": "' erfolgreich erstellt",
......
......@@ -25,7 +25,7 @@
"no-room-found": "No session was found with this ID",
"please-enter": "Please enter a session-ID",
"exactly-8": "A session-ID has exactly 8 digits",
"create-session": "Create session",
"create-session": "New Session",
"no-empty-name": "Please enter a name.",
"created-1": "Session '",
"created-2": "' successfully created",
......
......@@ -16,9 +16,9 @@ export const defaultTheme = {
'--grey': '#BDBDBD',
'--grey-light': '#EEEEEE',
'--text-1': '#37474f', // could be used for all texts !!!!!!!!!!1
'--text-2': '#004d40', // could be used for all texts !!!!!!11111
'--text-3': '#37474f', // could be used for all texts !!!!!!!!!1
'--text-1': '#37474f',
'--text-2': '#004d40',
'--text-3': '#37474f',
'--dialog': '#B2DFDB',
'--highlighted' : '#FFE082'
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment