Add missing localization to string

This commit is contained in:
Danny Moesch 2019-06-25 22:43:01 +02:00 committed by Mingshen Sun
parent 5f19c348c8
commit 68f2c28f48

View file

@ -72,7 +72,7 @@ class PGPKeyArmorSettingTableViewController: AutoCellHeightUITableViewController
// check the number of segments
numberOfSegments = numberOfSegments + 1
guard numberOfSegments <= ScannedPGPKey.maxNumberOfGif else {
key = "TooManyQrCodes"
key = "TooManyQrCodes".localize()
return
}