Make action title case consistent
This commit is contained in:
parent
36e2a96df2
commit
7a31c4db06
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ class SettingsTableViewController: UITableViewController {
|
|||
let optionMenu = UIAlertController(title: nil, message: nil, preferredStyle: .actionSheet)
|
||||
var urlActionTitle = "Download from URL"
|
||||
var armorActionTitle = "ASCII-Armor Encrypted Key"
|
||||
var fileActionTitle = "Use uploaded keys"
|
||||
var fileActionTitle = "Use Uploaded Keys"
|
||||
|
||||
if Defaults[.pgpKeySource] == "url" {
|
||||
urlActionTitle = "✓ \(urlActionTitle)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue