Skip to content

Commit

Permalink
feat: change default browser label
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlsilva committed Apr 10, 2024
1 parent a3a7b95 commit e8a2bb8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -835,5 +835,6 @@
"Your_invite_link_will_never_expire": "Your invite link will never expire.",
"Your_password_is": "Your password is",
"Your_push_was_sent_to_s_devices": "Your push was sent to {{s}} devices",
"Your_workspace": "Your workspace"
"Your_workspace": "Your workspace",
"System_default": "System default"
}
3 changes: 2 additions & 1 deletion app/i18n/locales/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,5 +823,6 @@
"Your_invite_link_will_never_expire": "Seu link de convite nunca irá vencer.",
"Your_password_is": "Sua senha é",
"Your_push_was_sent_to_s_devices": "A sua notificação foi enviada para {{s}} dispositivos",
"Your_workspace": "Sua workspace"
"Your_workspace": "Sua workspace",
"System_default": "Padrão do sistema"
}
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 e8a2bb8

Please sign in to comment.