diff --git a/Passepartout/Library/Sources/AppUI/L10n/SwiftGen+Strings.swift b/Passepartout/Library/Sources/AppUI/L10n/SwiftGen+Strings.swift index 74346097..788a21bb 100644 --- a/Passepartout/Library/Sources/AppUI/L10n/SwiftGen+Strings.swift +++ b/Passepartout/Library/Sources/AppUI/L10n/SwiftGen+Strings.swift @@ -291,8 +291,8 @@ public enum Strings { } public enum General { public enum Rows { - /// Share on iCloud - public static let icloudSharing = Strings.tr("Localizable", "modules.general.rows.icloud_sharing", fallback: "Share on iCloud") + /// Shared on iCloud + public static let icloudSharing = Strings.tr("Localizable", "modules.general.rows.icloud_sharing", fallback: "Shared on iCloud") public enum IcloudSharing { /// Share on iCloud public static let purchase = Strings.tr("Localizable", "modules.general.rows.icloud_sharing.purchase", fallback: "Share on iCloud") diff --git a/Passepartout/Library/Sources/AppUI/Resources/en.lproj/Localizable.strings b/Passepartout/Library/Sources/AppUI/Resources/en.lproj/Localizable.strings index e210d1a2..7c0f83a6 100644 --- a/Passepartout/Library/Sources/AppUI/Resources/en.lproj/Localizable.strings +++ b/Passepartout/Library/Sources/AppUI/Resources/en.lproj/Localizable.strings @@ -168,7 +168,7 @@ // MARK: - Module views "modules.general.sections.storage.footer" = "Profiles are stored to iCloud encrypted."; -"modules.general.rows.icloud_sharing" = "Share on iCloud"; +"modules.general.rows.icloud_sharing" = "Shared on iCloud"; "modules.general.rows.icloud_sharing.purchase" = "Share on iCloud"; "modules.dns.servers.add" = "Add address"; diff --git a/Passepartout/Library/Sources/AppUI/Views/UI/ProfileRowView.swift b/Passepartout/Library/Sources/AppUI/Views/UI/ProfileRowView.swift index c21760a1..e2214cac 100644 --- a/Passepartout/Library/Sources/AppUI/Views/UI/ProfileRowView.swift +++ b/Passepartout/Library/Sources/AppUI/Views/UI/ProfileRowView.swift @@ -103,6 +103,7 @@ private extension ProfileRowView { var sharingView: some View { ThemeImage(.cloud) .foregroundStyle(.secondary) + .help(Strings.Modules.General.Rows.icloudSharing) } var statusImage: Theme.ImageName {