{{ 'XP.Xpert.ChatApp' | translate: { Default: 'Chat App' } }}

{{ 'XP.Xpert.PublicChatApp' | translate: { Default: 'Public chat app' } }}
@if (public) {
{{ 'XP.Xpert.ChatApp_Everyone' | translate: { Default: 'Accessible to everyone, including anonymous users' } }}
} @else {
{{ 'XP.Xpert.ChatApp_Account' | translate: { Default: 'Anyone with an account can access it, anonymous users are not allowed' } }}
}
@for (definition of enterpriseH5Platforms; track definition.platform) {
{{ definition.appLabel.key | translate: { Default: definition.appLabel.default } }} @if (isEnterpriseH5Enabled(definition.platform)) {

{{ definition.hint.key | translate: { Default: definition.hint.default } }}

}
}