summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTobias Järvelöv <tobias.jarvelov@mullvad.net>2025-03-03 10:02:09 +0100
committerMarkus Pettersson <markus.pettersson@mullvad.net>2025-03-05 13:20:55 +0100
commite8f185461c122d8970095a53257a8395e519370e (patch)
tree371f78285ec15fab079583a508dc78d3144c49d8
parentf665c004c8e4b0f166dd3256a8e08e72a52c83e1 (diff)
downloadmullvadvpn-e8f185461c122d8970095a53257a8395e519370e.tar.xz
mullvadvpn-e8f185461c122d8970095a53257a8395e519370e.zip
Update DAITA warning
Include info about latency, speed and battery being affected.
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx
index 9a1878a745..2890b9b8c3 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx
@@ -61,8 +61,11 @@ export default function DaitaSettings() {
<StyledHeaderSubTitle>
{sprintf(
messages.pgettext(
+ // TRANSLATORS: Information to the user that with this setting enabled
+ // TRANSLATORS: their network and device's battery life will be
+ // TRANSLATORS: affected negatively.
'wireguard-settings-view',
- 'Attention: Be cautious if you have a limited data plan as this feature will increase your network traffic. This feature can only be used with %(wireguard)s.',
+ 'Attention: This increases network traffic and will also negatively affect speed, latency, and battery usage. Use with caution on limited plans. Only works with %(wireguard)s.',
),
{ wireguard: strings.wireguard },
)}