Skip to content

Commit da71444

Browse files
committed
chore: tweak user label styles
1 parent ec898f6 commit da71444

4 files changed

Lines changed: 3 additions & 9 deletions

File tree

libs/users/src/lib/user-label.component.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ export interface UserDetails extends User {
4646
></a-user-avatar>
4747
</div>
4848
<div class="mb-[0.25em] text-[1.5em]">{{ user().name }}</div>
49-
<div>
50-
{{
51-
'APP.VISITOR_KIOSK.LABEL_FOR'
52-
| translate: { title: user()?.title }
53-
}}
54-
</div>
5549
<div class="opacity-60">
5650
{{
5751
'APP.VISITOR_KIOSK.LABEL_HOST'

shared/assets/locale/en-AU.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@
20942094
"PRINT_LABEL": "Print Label",
20952095
"PRINT_LOADING": "Printing visitor label...",
20962096
"LABEL_FOR": "For: {{ title }}",
2097-
"LABEL_HOST": "Seeing {{ host_name }}",
2097+
"LABEL_HOST": "Host: {{ host_name }}",
20982098
"LABEL_LOCATION": "Cleared for {{ location }}",
20992099
"ARRIVED_MSG": "Your visitor \"{{ name }}\" has arrived and is waiting at reception",
21002100
"INDUCTION_MSG": "Please read the induction information below before proceeding",

shared/assets/locale/en-GB.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@
20592059
"PRINT_LABEL": "Print Label",
20602060
"PRINT_LOADING": "Printing visitor label...",
20612061
"LABEL_FOR": "For: {{ title }}",
2062-
"LABEL_HOST": "Seeing {{ host_name }}",
2062+
"LABEL_HOST": "Host: {{ host_name }}",
20632063
"LABEL_LOCATION": "Cleared for {{ location }}",
20642064
"ARRIVED_MSG": "Your visitor \"{{ name }}\" has arrived and is waiting at reception",
20652065
"INDUCTION_MSG": "Please read the induction information below before proceeding",

shared/assets/locale/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@
20592059
"PRINT_LABEL": "Print Label",
20602060
"PRINT_LOADING": "Printing visitor label...",
20612061
"LABEL_FOR": "For: {{ title }}",
2062-
"LABEL_HOST": "Seeing {{ host_name }}",
2062+
"LABEL_HOST": "Host: {{ host_name }}",
20632063
"LABEL_LOCATION": "Cleared for {{ location }}",
20642064
"ARRIVED_MSG": "Your visitor \"{{ name }}\" has arrived and is waiting at reception",
20652065
"INDUCTION_MSG": "Please read the induction information below before proceeding",

0 commit comments

Comments
 (0)