diff --git a/Scribe/SettingsTab/SettingsTableData.swift b/Scribe/SettingsTab/SettingsTableData.swift index 44ee9fe6..d6c0ba5b 100644 --- a/Scribe/SettingsTab/SettingsTableData.swift +++ b/Scribe/SettingsTab/SettingsTableData.swift @@ -74,10 +74,10 @@ enum SettingsTableData { shortDescription: NSLocalizedString("i18n.app.settings.keyboard.functionality.auto_suggest_emoji_description", value: "Turn on emoji suggestions and completions for more expressive typing.", comment: "") ), Section( - sectionTitle: NSLocalizedString("i18n.app.word_for_word", value: "Word for word deletion on long press", comment: ""), + sectionTitle: NSLocalizedString("i18n.app.settings.keyboard.functionality.delete_word_by_word", value: "Word for word deletion on long press", comment: ""), hasToggle: true, sectionState: .none(.toggleWordForWordDeletion), - shortDescription: NSLocalizedString("i18n.app.word_for_word.description", value: "Word for word deletion.", comment: "") + shortDescription: NSLocalizedString("i18n.app.settings.keyboard.functionality.delete_word_by_word_description", value: "Delete text word by word when the delete key is pressed and held.", comment: "") ) ], hasDynamicData: nil diff --git a/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib b/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib index 86400be2..4c73a5f7 100644 --- a/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib +++ b/Scribe/Views/Cells/InfoChildTableViewCell/InfoChildTableViewCell.xib @@ -19,10 +19,10 @@ -