Skip to content

Commit

Permalink
Add capitalization. (eu-digital-green-certificates#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
yspreen authored May 25, 2021
1 parent ea3bbcb commit f8d0011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repositoryURL": "https://github.com/eu-digital-green-certificates/dgca-app-core-ios",
"state": {
"branch": "main",
"revision": "98c54595046e40068b570b69bd04a15668874569",
"revision": "31acce3b9ade4dfe7446eb6cf3956863ca6e71c0",
"version": null
}
},
Expand Down
3 changes: 2 additions & 1 deletion DGCAWallet/ViewControllers/CertificateViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ class CertificateViewerVC: UIViewController {
showInputDialog(
title: l10n("tan.confirm.title"),
subtitle: l10n("tan.confirm.text"),
inputPlaceholder: l10n("tan.confirm.placeholder")
inputPlaceholder: l10n("tan.confirm.placeholder"),
capitalization: .allCharacters
) { [weak self] in
guard let cert = self?.hCert else {
return
Expand Down

0 comments on commit f8d0011

Please sign in to comment.