fix: copy
This commit is contained in:
parent
df85cfd38a
commit
3ac41d93e2
|
@ -747,7 +747,7 @@
|
|||
"Push_Troubleshooting": "Push Troubleshooting",
|
||||
"Device_notification_settings": "Device notification settings",
|
||||
"Allow_push_notifications_for_rocket_chat": "Allow push notifications for Rocket.Chat",
|
||||
"Go_to_device_settings": "Go to device settings",
|
||||
"No_further_action_is_needed": "No further action is needed",
|
||||
"Community_edition_push_quota": "Community push quota",
|
||||
"Workspace_consumption": "Workspace consumption",
|
||||
"Workspace_consumption_description": "There’s a set amount of push notifications per month",
|
||||
|
|
|
@ -764,8 +764,8 @@
|
|||
"Bio": "Biografia",
|
||||
"Push_Troubleshooting": "Solucionar Problemas de Push",
|
||||
"Device_notification_settings": "Configurações de notificações do dispositivo",
|
||||
"Allow_push_notifications_for_rocket_chat": "Permitir notificações push para o Rocket.Chat",
|
||||
"Go_to_device_settings": "Ir para configurações do dispositivo",
|
||||
"Allow_push_notifications_for_rocket_chat": "Nenhuma ação adicional é necessária",
|
||||
"No_further_action_is_needed": "Ir para configurações do dispositivo",
|
||||
"Community_edition_push_quota": "Cota de notificações push Community Edition",
|
||||
"Workspace_consumption": "Consumo do Workspace",
|
||||
"Workspace_consumption_description": "Existe uma quantidade definida de notificações push por mês",
|
||||
|
|
|
@ -39,7 +39,7 @@ export default function DeviceNotificationSettings(): React.ReactElement {
|
|||
>
|
||||
<List.Separator />
|
||||
<List.Item
|
||||
title={!deviceNotificationEnabled ? 'Allow_push_notifications_for_rocket_chat' : 'Go_to_device_settings'}
|
||||
title={!deviceNotificationEnabled ? 'Allow_push_notifications_for_rocket_chat' : 'No_further_action_is_needed'}
|
||||
onPress={alertDeviceNotificationSettings}
|
||||
testID='push-troubleshoot-view-allow-push-notifications'
|
||||
disabled={deviceNotificationEnabled}
|
||||
|
|
Loading…
Reference in New Issue