diff options
| author | Hank <hank@mullvad.net> | 2022-10-04 14:27:29 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-10-05 15:58:19 +0200 |
| commit | aca318d9da575d4692ff70924f2723738d26faa9 (patch) | |
| tree | 6867d44946782b566d8dd155bb4ca097c4e6cfcf /android | |
| parent | 41135d85e19345dc012c694414cc3673b9a2f0ef (diff) | |
| download | mullvadvpn-aca318d9da575d4692ff70924f2723738d26faa9.tar.xz mullvadvpn-aca318d9da575d4692ff70924f2723738d26faa9.zip | |
Change straight apostrophes to curly apostrophes
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 85305809d3..1611bc56b4 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -21,13 +21,13 @@ <string name="logged_in_description">Valid account number</string> <string name="login_fail_title">Login failed</string> <string name="login_fail_description">Invalid account number</string> - <string name="dont_have_an_account">Don\'t have an account number?</string> + <string name="dont_have_an_account">Don’t have an account number?</string> <string name="create_account">Create account</string> <string name="creating_new_account">Creating account...</string> <string name="failed_to_create_account">Failed to create account</string> <string name="account_created">Account created</string> <string name="congrats">Congrats!</string> - <string name="here_is_your_account_number">Here\'s your account number. Save it!</string> + <string name="here_is_your_account_number">Here’s your account number. Save it!</string> <string name="pay_to_start_using">To start using the app, you first need to add time to your account.</string> <string name="buy_credit">Buy credit</string> @@ -71,7 +71,7 @@ <string name="wireguard_mtu">WireGuard MTU</string> <string name="wireguard_mtu_footer">Set WireGuard MTU value. Valid range: %1$d - %2$d.</string> <string name="hint_default">Default</string> - <string name="problem_report_description">To help you more effectively, your app\'s log file + <string name="problem_report_description">To help you more effectively, your app’s log file will be attached to this message. Your data will remain secure and private, as it is anonymised before being sent over an encrypted channel.</string> <string name="user_email_hint">Your email (optional)</string> @@ -184,7 +184,7 @@ <string name="max_devices_resolved_title">Super!</string> <string name="max_devices_warning_description">You have too many active devices. Please log out of at least one by removing it from the list below. You can find the corresponding nickname - under the device\'s Account settings.</string> + under the device’s Account settings.</string> <string name="max_devices_resolved_description">You can now continue logging in on this device.</string> <string name="max_devices_confirm_removal_description"> |
