Skip to content

Commit

Permalink
Merge branch 'develop' into mobile-color-normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
GleidsonDaniel committed Apr 18, 2024
2 parents 334fc3a + 82d235f commit cfcf35c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions app/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion app/views/DefaultBrowserView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const DEFAULT_BROWSERS: IBrowsersValues[] = [
value: 'inApp'
},
{
title: isIOS ? 'Safari' : 'Browser',
title: 'System_default',
value: 'systemDefault:'
}
];
Expand Down

0 comments on commit cfcf35c

Please sign in to comment.