Index: ios/chrome/browser/ui/settings/translate_collection_view_controller.mm |
diff --git a/ios/chrome/browser/ui/settings/translate_collection_view_controller.mm b/ios/chrome/browser/ui/settings/translate_collection_view_controller.mm |
index ef4a29c9c4c7e60db95ce4a0c50e0f57f25d5efc..0adceed57073aee9b075dc14c8ec9c8aef709189 100644 |
--- a/ios/chrome/browser/ui/settings/translate_collection_view_controller.mm |
+++ b/ios/chrome/browser/ui/settings/translate_collection_view_controller.mm |
@@ -107,7 +107,6 @@ NSString* const kTranslateSettingsCategory = @"ChromeTranslateSettings"; |
initWithType:ItemTypeResetTranslate] autorelease]; |
resetTranslate.text = l10n_util::GetNSString(IDS_IOS_TRANSLATE_SETTING_RESET); |
resetTranslate.accessibilityTraits |= UIAccessibilityTraitButton; |
- resetTranslate.textFont = [MDCTypography body2Font]; |
[model addItem:resetTranslate |
toSectionWithIdentifier:SectionIdentifierTranslate]; |