RED-6713: fix headings & dont remove tenant on logout

This commit is contained in:
Dan Percic 2023-05-25 20:52:29 +03:00
parent 166d39d7f7
commit b1b2889564
6 changed files with 18 additions and 11 deletions

View File

@ -1,4 +1,3 @@
import { WatermarkAlignment, WatermarkHorizontalAlignment, WatermarkVerticalAlignment } from '@red/domain';
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
export const watermarkTranslations: Record<string, Record<string, string>> = {
@ -9,7 +8,7 @@ export const watermarkTranslations: Record<string, Record<string, string>> = {
},
VERTICAL: {
TOP: _('watermark-screen.alignment.align-top'),
CENTER: 'watermark-screen.alignment.align-vertical-centers',
CENTER: _('watermark-screen.alignment.align-vertical-centers'),
BOTTOM: _('watermark-screen.alignment.align-bottom'),
},
} as const;

View File

@ -2069,9 +2069,11 @@
"header": {
"first-time": "",
"join-another-domain": "",
"sign-in-previous-domain": ""
"sign-in-previous-domain": "",
"youre-logged-out": ""
},
"input-placeholder": ""
"input-placeholder": "",
"tenant-does-not-exist": ""
},
"time": {
"days": "{days} {days, plural, one{Tag} other{Tage}}",

View File

@ -2069,9 +2069,11 @@
"header": {
"first-time": "Sign in for the first time to a domain",
"join-another-domain": "Or join another domain",
"sign-in-previous-domain": "Sign in to a previously used domain"
"sign-in-previous-domain": "Sign in to a previously used domain",
"youre-logged-out": "You have successfully been logged out."
},
"input-placeholder": "your domain's name"
"input-placeholder": "your domain's name",
"tenant-does-not-exist": "Selected tenant does not exist."
},
"time": {
"days": "{days} {days, plural, one{day} other{days}}",

View File

@ -2069,9 +2069,11 @@
"header": {
"first-time": "",
"join-another-domain": "",
"sign-in-previous-domain": ""
"sign-in-previous-domain": "",
"youre-logged-out": ""
},
"input-placeholder": ""
"input-placeholder": "",
"tenant-does-not-exist": ""
},
"time": {
"days": "{days} {days, plural, one{Tag} other{Tage}}",

View File

@ -2069,9 +2069,11 @@
"header": {
"first-time": "Sign in for the first time to a domain",
"join-another-domain": "Or join another domain",
"sign-in-previous-domain": "Sign in to a previously used domain"
"sign-in-previous-domain": "Sign in to a previously used domain",
"youre-logged-out": "You have successfully been logged out."
},
"input-placeholder": "your domain's name"
"input-placeholder": "your domain's name",
"tenant-does-not-exist": "Selected tenant does not exist."
},
"time": {
"days": "{days} {days, plural, one{day} other{days}}",

@ -1 +1 @@
Subproject commit 6b70e92a0eec5f497177801eb37ad8d87c39e25a
Subproject commit 3590385c9cf916878213d497cafbc743592e6ec0