diff --git a/app/i18n/locales/en.json b/app/i18n/locales/en.json index d4742270d..eadedcc63 100644 --- a/app/i18n/locales/en.json +++ b/app/i18n/locales/en.json @@ -764,6 +764,6 @@ "You_dont_have_permission_to_perform_this_action": "You don’t have permission to perform this action. Check with a workspace administrator.", "Jump_to_message": "Jump to message", "Missed_call": "Missed call", - "In_app_message_notifications": "In-app message notifications", + "In_app_message_notifications": "In app message notifications", "Vibrate": "Vibrate" } \ No newline at end of file diff --git a/app/i18n/locales/pt-BR.json b/app/i18n/locales/pt-BR.json index 7a73a3bf2..639476153 100644 --- a/app/i18n/locales/pt-BR.json +++ b/app/i18n/locales/pt-BR.json @@ -763,5 +763,7 @@ "Pinned_a_message": "Fixou uma mensagem:", "You_dont_have_permission_to_perform_this_action": "Você não tem permissão para realizar esta ação. Verifique com um administrador do espaço de trabalho.", "Jump_to_message": "Ir para mensagem", - "Missed_call": "Chamada perdida" + "Missed_call": "Chamada perdida", + "In_app_message_notifications": "Notificações de mensagens no aplicativo", + "Vibrate": "Vibrar" } \ No newline at end of file