Add missing localization to string
This commit is contained in:
parent
5f19c348c8
commit
68f2c28f48
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class PGPKeyArmorSettingTableViewController: AutoCellHeightUITableViewController
|
||||||
// check the number of segments
|
// check the number of segments
|
||||||
numberOfSegments = numberOfSegments + 1
|
numberOfSegments = numberOfSegments + 1
|
||||||
guard numberOfSegments <= ScannedPGPKey.maxNumberOfGif else {
|
guard numberOfSegments <= ScannedPGPKey.maxNumberOfGif else {
|
||||||
key = "TooManyQrCodes"
|
key = "TooManyQrCodes".localize()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue