RED-7874 - moved 'select-tenant-translations' to common-ui
This commit is contained in:
parent
a37287f13c
commit
5d31262fb3
@ -9,7 +9,7 @@ import { getKeycloakOptions } from '../keycloak-initializer';
|
||||
import { IStoredTenantId, TenantsService } from '../services';
|
||||
import { KeycloakStatusService } from '../services/keycloak-status.service';
|
||||
import { UI_ROOT } from '../../utils';
|
||||
import { selectTenantTranslations } from '../../../../../../apps/red-ui/src/app/translations/select-tenant-translations';
|
||||
import { selectTenantTranslations } from '../../translations/select-tenant-translations';
|
||||
|
||||
@Component({
|
||||
templateUrl: './tenant-select.component.html',
|
||||
|
||||
6
src/lib/translations/select-tenant-translations.ts
Normal file
6
src/lib/translations/select-tenant-translations.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
||||
|
||||
export const selectTenantTranslations: { [key in string]: string } = {
|
||||
IS_LOGGED_OUT: _('tenant-resolve.header.youre-logged-out'),
|
||||
NO_ROLE_LOG_OUT: _('tenant-resolve.header.no-role-log-out'),
|
||||
} as const;
|
||||
Loading…
x
Reference in New Issue
Block a user