Skip to content

Commit

Permalink
Fix letter case
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Jan 11, 2024
1 parent 0ae182f commit 9ffabd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/UserText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ But if you *do* want a peek under the hood, you can find more information about
return message.format(arguments: deviceName)
}
public static let syncRemoveDeviceConfirmAction = NSLocalizedString("sync.remove-device.action", value:"Remove", comment: "Caption for a button to remove device from Sync")
public static let syncCodeCopied = NSLocalizedString("sync.code.copied", value:"Recovery Code copied to clipboard", comment: "Message confirming that recovery code was copied to clipboard")
public static let syncCodeCopied = NSLocalizedString("sync.code.copied", value:"Recovery code copied to clipboard", comment: "Message confirming that recovery code was copied to clipboard")

// MARK: Errors

Expand Down

0 comments on commit 9ffabd4

Please sign in to comment.