Find source links in the home page
This commit is contained in:
parent
88124f5588
commit
6cb85a952d
|
@ -199,7 +199,7 @@
|
||||||
"share.message" = "Passepartout is an user-friendly, open source OpenVPN client for iOS and macOS";
|
"share.message" = "Passepartout is an user-friendly, open source OpenVPN client for iOS and macOS";
|
||||||
|
|
||||||
"version.title" = "Version";
|
"version.title" = "Version";
|
||||||
"version.labels.intro" = "Passepartout and TunnelKit are written and maintained by Davide De Rosa (keeshux).\n\nSource code for Passepartout and TunnelKit is publicly available on GitHub under the GPLv3.\n\nPassepartout is a non-official client and is in no way affiliated with OpenVPN Inc.";
|
"version.labels.intro" = "Passepartout and TunnelKit are written and maintained by Davide De Rosa (keeshux).\n\nSource code for Passepartout and TunnelKit is publicly available on GitHub under the GPLv3, you can find links in the home page.\n\nPassepartout is a non-official client and is in no way affiliated with OpenVPN Inc.";
|
||||||
"version.buttons.changelog" = "CHANGELOG";
|
"version.buttons.changelog" = "CHANGELOG";
|
||||||
"version.buttons.credits" = "CREDITS";
|
"version.buttons.credits" = "CREDITS";
|
||||||
|
|
||||||
|
|
|
@ -611,7 +611,7 @@ internal enum L10n {
|
||||||
internal static let credits = L10n.tr("Localizable", "version.buttons.credits")
|
internal static let credits = L10n.tr("Localizable", "version.buttons.credits")
|
||||||
}
|
}
|
||||||
internal enum Labels {
|
internal enum Labels {
|
||||||
/// Passepartout and TunnelKit are written and maintained by Davide De Rosa (keeshux).\n\nSource code for Passepartout and TunnelKit is publicly available on GitHub under the GPLv3.\n\nPassepartout is a non-official client and is in no way affiliated with OpenVPN Inc.
|
/// Passepartout and TunnelKit are written and maintained by Davide De Rosa (keeshux).\n\nSource code for Passepartout and TunnelKit is publicly available on GitHub under the GPLv3, you can find links in the home page.\n\nPassepartout is a non-official client and is in no way affiliated with OpenVPN Inc.
|
||||||
internal static let intro = L10n.tr("Localizable", "version.labels.intro")
|
internal static let intro = L10n.tr("Localizable", "version.labels.intro")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue