summaryrefslogtreecommitdiffhomepage
path: root/desktop
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-11 09:49:55 +0200
committeromahs <73983677+omahs@users.noreply.github.com>2025-06-05 14:21:09 +0000
commit73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch)
treea3719f7afc5b9004af683b540ddcce2cdf7911c2 /desktop
parent6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff)
downloadmullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz
mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip
Fix typos
Diffstat (limited to 'desktop')
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx2
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/MultihopSettings.tsx2
-rw-r--r--desktop/packages/mullvad-vpn/src/renderer/components/cell/Input.tsx2
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx
index 4a622527ae..ee95d35a49 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/DaitaSettings.tsx
@@ -275,7 +275,7 @@ function featureUnavailableMessage() {
return sprintf(
messages.pgettext(
- // TRANSLATORS: Informs the user that the the feature is only available when WireGuard
+ // TRANSLATORS: Informs the user that the feature is only available when WireGuard
// TRANSLATORS: is selected.
// TRANSLATORS: Available placeholders:
// TRANSLATORS: %(wireguard)s - will be replaced with WireGuard
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/MultihopSettings.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/MultihopSettings.tsx
index 87ce98f6c8..75379f579f 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/MultihopSettings.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/MultihopSettings.tsx
@@ -111,7 +111,7 @@ function featureUnavailableMessage() {
return sprintf(
messages.pgettext(
- // TRANSLATORS: Informs the user that the the feature is only available when WireGuard
+ // TRANSLATORS: Informs the user that the feature is only available when WireGuard
// TRANSLATORS: is selected.
// TRANSLATORS: Available placeholders:
// TRANSLATORS: %(wireguard)s - will be replaced with WireGuard
diff --git a/desktop/packages/mullvad-vpn/src/renderer/components/cell/Input.tsx b/desktop/packages/mullvad-vpn/src/renderer/components/cell/Input.tsx
index 9b5ae3ea61..e7f129ca73 100644
--- a/desktop/packages/mullvad-vpn/src/renderer/components/cell/Input.tsx
+++ b/desktop/packages/mullvad-vpn/src/renderer/components/cell/Input.tsx
@@ -143,7 +143,7 @@ function InputWithRef(props: IInputProps, forwardedRef: React.Ref<HTMLInputEleme
}
});
- // If the the initialValue changes in the uncontrolled mode when the user isn't currently writing,
+ // If the initialValue changes in the uncontrolled mode when the user isn't currently writing,
// then we want to update the value.
useEffect(() => {
handleInitialValueChange(props.initialValue);