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:
parent
a3a7b951c5
commit
82d235f11e
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -25,7 +25,7 @@ const DEFAULT_BROWSERS: IBrowsersValues[] = [
|
|||
value: 'inApp'
|
||||
},
|
||||
{
|
||||
title: isIOS ? 'Safari' : 'Browser',
|
||||
title: 'System_default',
|
||||
value: 'systemDefault:'
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue