[device-model] [ios] Fixed bookmarks categories string key.

This commit is contained in:
Ilya Grechuhin 2018-03-02 12:39:46 +03:00 committed by Aleksandr Zatsepin
parent 740001b8a6
commit ceeaed1bad

View file

@ -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()