From 95187481f36cb75e1d1c6460df730ac49b33b614 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Tue, 7 Oct 2025 21:52:15 +1100 Subject: [PATCH] Remove localization for debug-only Wormholy string --- .../Settings/Settings/SettingsViewController.swift | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Settings/SettingsViewController.swift b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Settings/SettingsViewController.swift index 2411d48fcb0..7fd48047ae2 100644 --- a/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Settings/SettingsViewController.swift +++ b/WooCommerce/Classes/ViewRelated/Dashboard/Settings/Settings/SettingsViewController.swift @@ -269,7 +269,7 @@ private extension SettingsViewController { func configureWormholy(cell: BasicTableViewCell) { cell.accessoryType = .disclosureIndicator cell.selectionStyle = .default - cell.textLabel?.text = Localization.launchWormHolyDebug + cell.textLabel?.text = "Launch Wormholy Debug" } func configureWhatsNew(cell: BasicTableViewCell) { @@ -889,11 +889,6 @@ private extension SettingsViewController { comment: "Opens iOS's Device Settings for the app" ) - static let launchWormHolyDebug = NSLocalizedString( - "Launch Wormholy Debug", - comment: "Opens an internal library called Wormholy. Not visible to users." - ) - static let whatsNew = NSLocalizedString( "What's New in WooCommerce", comment: "Navigates to screen containing the latest WooCommerce Features"