[iOS] Changed localization key for author in guide description

This commit is contained in:
Alexander Boriskov 2020-10-19 15:20:25 +03:00 committed by Aleksey Belousov
parent d2ca101642
commit ce0c1c28d2

View file

@ -25,7 +25,7 @@ class GuideDescriptionViewController: MWMViewController {
title = category.title
titleLabel.text = category.title
providerLabel.text = String(coreFormat: L("author_name_by_prefix"), arguments: [category.author])
providerLabel.text = String(coreFormat: L("content_by_component"), arguments: [category.author])
providerContainerView.isHidden = category.author.isEmpty
subtitleLabel.attributedText = NSMutableAttributedString(htmlString: category.annotation, baseFont: UIFont.regular16())
descriptionText.attributedText = NSMutableAttributedString(htmlString: category.detailedAnnotation, baseFont: UIFont.regular16())