feat: change default browser label (#5651)

* feat: change default browser label

* action: organized translations

---------

Co-authored-by: GleidsonDaniel <GleidsonDaniel@users.noreply.github.com>
This commit is contained in:
Gleidson Daniel Silva 2024-04-10 17:01:47 -03:00 committed by GitHub
parent a3a7b951c5
commit 82d235f11e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -689,6 +689,7 @@
"Supported_versions_expired_description": "An admin needs to update the workspace to a supported version in order to reenable access from mobile and desktop apps.",
"Supported_versions_expired_title": "{{workspace_name}} is running an unsupported version of Rocket.Chat",
"Supported_versions_warning_update_required": "Update required",
"System_default": "System default",
"Table": "Table",
"Tags": "Tags",
"Take_a_photo": "Take a photo",

View File

@ -678,6 +678,7 @@
"Supported_versions_expired_description": "Um administrador precisa atualizar o espaço de trabalho para uma versão suportada a fim de reabilitar o acesso a partir de aplicativos móveis e de desktop.",
"Supported_versions_expired_title": "{{workspace_name}} está executando uma versão não suportada do Rocket.Chat",
"Supported_versions_warning_update_required": "Atualização necessária",
"System_default": "Padrão do sistema",
"Table": "Tabela",
"Tags": "Tags",
"Take_a_photo": "Tirar uma foto",

View File

@ -25,7 +25,7 @@ const DEFAULT_BROWSERS: IBrowsersValues[] = [
value: 'inApp'
},
{
title: isIOS ? 'Safari' : 'Browser',
title: 'System_default',
value: 'systemDefault:'
}
];