File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
WooCommerce/Classes/ViewRelated/Dashboard/Settings/Settings Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments