Localize more strings in password view

This commit is contained in:
Danny Moesch 2019-02-13 21:31:40 +01:00 committed by Mingshen Sun
parent 936d91e415
commit 116e258d05
5 changed files with 10 additions and 6 deletions

View file

@ -252,7 +252,7 @@ class PasswordDetailTableViewController: UITableViewController, UIGestureRecogni
// show additional information
let filteredAdditionKeys = password.getFilteredAdditions()
if filteredAdditionKeys.count > 0 {
section = TableSection(type: .addition, header: "additions")
section = TableSection(type: .addition, header: "Additions".localize())
section.item.append(contentsOf: filteredAdditionKeys)
tableData.append(section)
}