forked from organicmaps/organicmaps
[MAPSME-6511] [ios] Review fixes.
This commit is contained in:
parent
58a38ff9e5
commit
458df651d0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class BMCCategory: BMCModel, Equatable {
|
|||
}
|
||||
}
|
||||
|
||||
init(identifier: MWMMarkGroupID = 0, title: String = "My places", count: UInt64 = 0, isVisible: Bool = true) {
|
||||
init(identifier: MWMMarkGroupID = 0, title: String = L("core_my_places"), count: UInt64 = 0, isVisible: Bool = true) {
|
||||
self.identifier = identifier
|
||||
self.title = title
|
||||
self.count = count
|
||||
|
|
Loading…
Add table
Reference in a new issue