diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-08-23 15:47:19 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-08-23 15:55:10 +0200 |
| commit | 6a38fb77aa3f4fac507783a77474b589573cbb93 (patch) | |
| tree | 177d15481796f95599a1496027d6e034f711ba00 | |
| parent | 4cf20d50bdbf33c8575d5d965c0c48731ef28777 (diff) | |
| download | mullvadvpn-6a38fb77aa3f4fac507783a77474b589573cbb93.tar.xz mullvadvpn-6a38fb77aa3f4fac507783a77474b589573cbb93.zip | |
Improve log-out-device string
| -rw-r--r-- | gui/src/renderer/components/TooManyDevices.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/renderer/components/TooManyDevices.tsx b/gui/src/renderer/components/TooManyDevices.tsx index 436bb11028..83789c8bfe 100644 --- a/gui/src/renderer/components/TooManyDevices.tsx +++ b/gui/src/renderer/components/TooManyDevices.tsx @@ -268,7 +268,7 @@ function Device(props: IDeviceProps) { // TRANSLATORS: %(deviceName)s - The name of the device to log out. messages.pgettext( 'device-management', - 'Are you sure you want to log out of **%(deviceName)s**?', + 'Are you sure you want to log **%(deviceName)s** out?', ), { deviceName: capitalizedDeviceName }, ), |
