Skip to content

Commit 2171232

Browse files
committed
Update Strings.swift
1 parent 6e87a9e commit 2171232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Shared/Resources/Swiftgen/Strings.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ public enum L10n {
10541054
public enum ConnectionSecurityLevelBlock {
10551055
/// Due to your connection security choice ('Most secure'), there's no URL that we are allowed to use.
10561056
public static var body: String { return L10n.tr("Localizable", "connection_security_level_block.body") }
1057-
/// Tip: Double check your device settings and app permissions, make sure it is allowing local network access and location access set to 'Always' (so it also works in background) and 'Full' (so the app can identify which network you are using and detect your home network).
1057+
/// Tip: Double check your device settings and app permissions. Make sure the app is allowed local network access and location access is set to 'Always' (so it also works in background) and 'Full' (so the app can identify which network you are using and detect your home network).
10581058
public static var tip: String { return L10n.tr("Localizable", "connection_security_level_block.tip") }
10591059
/// You're disconnected
10601060
public static var title: String { return L10n.tr("Localizable", "connection_security_level_block.title") }

0 commit comments

Comments
 (0)