Chore: Update widget offline message (#2001)
This commit is contained in:
parent
c453455ad1
commit
8612f307b3
@ -49,10 +49,13 @@ export default {
|
|||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
@import '~widget/assets/scss/mixins.scss';
|
@import '~widget/assets/scss/mixins.scss';
|
||||||
|
|
||||||
|
$logo-size: 56px;
|
||||||
|
|
||||||
.header-expanded {
|
.header-expanded {
|
||||||
.logo {
|
.logo {
|
||||||
width: 56px;
|
width: $logo-size;
|
||||||
height: 56px;
|
height: $logo-size;
|
||||||
|
border-radius: $logo-size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -71,7 +71,7 @@ export default {
|
|||||||
if (workingHoursEnabled) {
|
if (workingHoursEnabled) {
|
||||||
return this.outOfOfficeMessage;
|
return this.outOfOfficeMessage;
|
||||||
}
|
}
|
||||||
return this.$t('TEAM_AVAILABILITY.OFFLINE');
|
return '';
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"TEAM_AVAILABILITY": {
|
"TEAM_AVAILABILITY": {
|
||||||
"ONLINE": "We are online",
|
"ONLINE": "We are online",
|
||||||
"OFFLINE": "We are offline"
|
"OFFLINE": "We are away at the moment"
|
||||||
},
|
},
|
||||||
"REPLY_TIME": {
|
"REPLY_TIME": {
|
||||||
"IN_A_FEW_MINUTES": "Typically replies in a few minutes",
|
"IN_A_FEW_MINUTES": "Typically replies in a few minutes",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user