Skip to content

Commit

Permalink
Update Direct only pop up design
Browse files Browse the repository at this point in the history
  • Loading branch information
mojganii authored and buggmagnet committed Jan 13, 2025
1 parent b59ff27 commit 9895aa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum DAITASettingsPromptItem: CustomStringConvertible {
case .daita:
"DAITA"
case .directOnly:
"direct only"
"Direct only"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ struct SettingsViewControllerFactory {
let presentation = AlertPresentation(
id: "settings-daita-prompt",
accessibilityIdentifier: .daitaPromptAlert,
icon: .info,
icon: .warning,
message: NSLocalizedString(
"SETTINGS_DAITA_ENABLE_TEXT",
tableName: "DAITA",
Expand All @@ -154,7 +154,7 @@ struct SettingsViewControllerFactory {
title: String(format: NSLocalizedString(
"SETTINGS_DAITA_ENABLE_OK_ACTION",
tableName: "DAITA",
value: "Enable %@",
value: "Enable \"%@\"",
comment: ""
), item.title),
style: .default,
Expand All @@ -165,7 +165,7 @@ struct SettingsViewControllerFactory {
title: NSLocalizedString(
"SETTINGS_DAITA_ENABLE_CANCEL_ACTION",
tableName: "DAITA",
value: "Back",
value: "Cancel",
comment: ""
),
style: .default,
Expand Down

0 comments on commit 9895aa9

Please sign in to comment.