Skip to content

Commit

Permalink
feat: added beta disclaimer to voip settings (#33463)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandernsilva authored Oct 8, 2024
1 parent 2aa3fa2 commit b5ca81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/meteor/ee/server/settings/voip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export function addSettings(): Promise<void> {
type: 'boolean',
public: true,
invalidValue: false,
alert: 'VoIP_TeamCollab_Beta_Alert',
});

await this.add('VoIP_TeamCollab_FreeSwitch_Host', '', {
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -6010,6 +6010,7 @@
"VoIP_TeamCollab_FreeSwitch_Password": "FreeSwitch Password",
"VoIP_TeamCollab_FreeSwitch_Timeout": "FreeSwitch Request Timeout",
"VoIP_TeamCollab_FreeSwitch_WebSocket_Path": "WebSocket Path",
"VoIP_TeamCollab_Beta_Alert": "This feature is currently in Beta, please report any issues to Rocket.Chat support",
"VoIP_Toggle": "Enable/Disable VoIP",
"Chat_opened_by_visitor": "Chat opened by the visitor",
"Wait_activation_warning": "Before you can login, your account must be manually activated by an administrator.",
Expand Down
1 change: 1 addition & 0 deletions packages/i18n/src/locales/pt-BR.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -4800,6 +4800,7 @@
"VoIP_JWT_Secret_description": "Isso permite que você defina uma chave secreta para compartilhar detalhes da extensão do servidor para o cliente como JWT, em vez de texto simples. Se você não configurar isso, os detalhes do registro da extensão serão enviados como texto simples.",
"Voip_is_disabled": "VoIP está desabilitado",
"Voip_is_disabled_description": "Para ver a lista de extensões é necessário ativar o VoIP, faça isso na aba Configurações.",
"VoIP_TeamCollab_Beta_Alert": "Este recurso está atualmente em Beta, por favor, reporte quaisquer problemas ao suporte da Rocket.Chat.",
"VoIP_Toggle": "Habilitar/Desabilitar VoIP",
"Chat_opened_by_visitor": "Conversa aberta pelo visitante",
"Wait_activation_warning": "Antes que você possa fazer o login, sua conta deve ser manualmente ativada por um administrador.",
Expand Down

0 comments on commit b5ca81c

Please sign in to comment.