Skip to content

Commit 40bd31e

Browse files
authored
Remove localization for debug-only Wormholy string (#16217)
2 parents a2fee5b + 9518748 commit 40bd31e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/Settings/Settings/SettingsViewController.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ private extension SettingsViewController {
269269
func configureWormholy(cell: BasicTableViewCell) {
270270
cell.accessoryType = .disclosureIndicator
271271
cell.selectionStyle = .default
272-
cell.textLabel?.text = Localization.launchWormHolyDebug
272+
cell.textLabel?.text = "Launch Wormholy Debug"
273273
}
274274

275275
func configureWhatsNew(cell: BasicTableViewCell) {
@@ -889,11 +889,6 @@ private extension SettingsViewController {
889889
comment: "Opens iOS's Device Settings for the app"
890890
)
891891

892-
static let launchWormHolyDebug = NSLocalizedString(
893-
"Launch Wormholy Debug",
894-
comment: "Opens an internal library called Wormholy. Not visible to users."
895-
)
896-
897892
static let whatsNew = NSLocalizedString(
898893
"What's New in WooCommerce",
899894
comment: "Navigates to screen containing the latest WooCommerce Features"

0 commit comments

Comments
 (0)