Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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."
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The next time a release runs, we should expect all the "Launch Wormholy Debug" entries in the localization files to be removed.


static let whatsNew = NSLocalizedString(
"What's New in WooCommerce",
comment: "Navigates to screen containing the latest WooCommerce Features"
Expand Down
Loading