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

Add 'ID' to i18n and split roomId

parent 376e0e81
1 merge request!240Resolve "Show local time in header"
Pipeline #27413 passed with stages
in 6 minutes and 56 seconds
......@@ -12,7 +12,7 @@
<span class="fill-remaining-space"
*ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'"></span>
<h3 *ngIf="router.url.includes('comments') && user.role === 1 && deviceType === 'desktop'" fxLayoutAlign="center center">
ID: {{roomId}}
{{'header.id' | translate}}: {{ roomId.slice(0,4) }} {{ roomId.slice(4,8) }}
</h3>
<span class="fill-remaining-space"></span>
......
......@@ -11,7 +11,8 @@
"change-theme": "Stil ändern",
"change-language": "Sprache ändern",
"login": "Login",
"my-account": "Mein Account"
"my-account": "Mein Account",
"id": "ID"
},
"login-page": {
"creator": "Referent/in",
......
......@@ -11,7 +11,8 @@
"change-theme": "Change theme",
"change-language": "Change language",
"login": "Login",
"my-account": "My account"
"my-account": "My account",
"id": "ID"
},
"login-page": {
"creator": "Speaker",
......
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