Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
refactor: address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Aug 17, 2023
1 parent 64ad5ba commit 6aef912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DiscoveryWebViewHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class DiscoveryWebViewHelper: NSObject {
titleView.alpha = 0
let title = UILabel()
title.textColor = OEXStyles.shared().navigationItemTintColor()
title.text = "Explore the catalog"
title.text = Strings.exploreTheCatalog
titleView.addSubview(title)

title.snp.remakeConstraints { make in
Expand Down

0 comments on commit 6aef912

Please sign in to comment.