forked from organicmaps/organicmaps
[device-model] [ios] Fixed bookmarks categories string key.
This commit is contained in:
parent
740001b8a6
commit
ceeaed1bad
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ final class BMCCategoryCell: UITableViewCell {
|
|||
extension BMCCategoryCell: BMCCategoryObserver {
|
||||
func categoryUpdated() {
|
||||
title.text = category.title
|
||||
count.text = String(coreFormat: L("%s bookmarks_places"), arguments: [category.count])
|
||||
count.text = String(coreFormat: L("bookmarks_places"), arguments: [category.count])
|
||||
|
||||
if category.isVisible {
|
||||
visibility.tintColor = .linkBlue()
|
||||
|
|
Loading…
Add table
Reference in a new issue