diff --git a/locales/en/index.yml b/locales/en/index.yml index 5afb7ee56ec..2ff3525d7cc 100644 --- a/locales/en/index.yml +++ b/locales/en/index.yml @@ -771,7 +771,6 @@ onboarding: contextualHelpContent: !include onboarding/onboarding_fingerprint.md tos: headerTitle: Configure IO - contentTitle: Privacy Policy and Terms of Service accept: Accept error: Loading error alert: diff --git a/locales/it/index.yml b/locales/it/index.yml index 25666e7fff7..05a75aaa7f7 100644 --- a/locales/it/index.yml +++ b/locales/it/index.yml @@ -788,7 +788,6 @@ onboarding: contextualHelpContent: !include onboarding/onboarding_fingerprint.md tos: headerTitle: Configura IO - contentTitle: Informativa Privacy e Termini e Condizioni d’uso accept: Accetta error: Errore nel caricamento alert: diff --git a/ts/screens/onboarding/TosScreen.tsx b/ts/screens/onboarding/TosScreen.tsx index 9ad54a665fb..085e796ed92 100644 --- a/ts/screens/onboarding/TosScreen.tsx +++ b/ts/screens/onboarding/TosScreen.tsx @@ -43,13 +43,8 @@ type State = { import brokenLinkImage from "../../../img/broken-link.png"; import { openWebUrl } from "../../utils/url"; -import { H1 } from "../../components/core/typography/H1"; const styles = StyleSheet.create({ - h1: { - paddingVertical: customVariables.spacingBase, - paddingHorizontal: customVariables.contentPadding - }, alert: { backgroundColor: customVariables.toastColor, borderRadius: 4, @@ -185,9 +180,6 @@ class TosScreen extends React.PureComponent { } > - {!onboardingCompleted && ( -

{I18n.t("onboarding.tos.contentTitle")}

- )} {!this.props.hasAcceptedCurrentTos && (