summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 },
)}