Reword on-demand

This commit is contained in:
Davide De Rosa 2024-10-04 21:06:03 +02:00
parent f66193cf78
commit 38aa83760f
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
2 changed files with 3 additions and 3 deletions

View File

@ -229,8 +229,8 @@ public enum Strings {
public static let `none` = Strings.tr("Localizable", "global.none", fallback: "None")
/// OK
public static let ok = Strings.tr("Localizable", "global.ok", fallback: "OK")
/// On demand
public static let onDemand = Strings.tr("Localizable", "global.on_demand", fallback: "On demand")
/// On-demand
public static let onDemand = Strings.tr("Localizable", "global.on_demand", fallback: "On-demand")
/// Other
public static let other = Strings.tr("Localizable", "global.other", fallback: "Other")
/// Password

View File

@ -40,7 +40,7 @@
"global.no_selection" = "No selection";
"global.none" = "None";
"global.ok" = "OK";
"global.on_demand" = "On demand";
"global.on_demand" = "On-demand";
"global.other" = "Other";
"global.password" = "Password";
"global.port" = "Port";