diff --git a/src/components/modals/welcome/WelcomeSections.jsx b/src/components/modals/welcome/WelcomeSections.jsx index c0715dce..1149e164 100644 --- a/src/components/modals/welcome/WelcomeSections.jsx +++ b/src/components/modals/welcome/WelcomeSections.jsx @@ -28,7 +28,7 @@ export default class WelcomeSections extends PureComponent { importedSettings: [], }; this.changeWelcomeImg = this.changeWelcomeImg.bind(this); - this.welcomeImages = 4; + this.welcomeImages = 3; } changeTheme(type) { @@ -88,7 +88,7 @@ export default class WelcomeSections extends PureComponent { let welcomeImage = this.state.welcomeImage; this.setState({ - welcomeImage: welcomeImage < 4 ? ++welcomeImage : 0, + welcomeImage: welcomeImage < 3 ? ++welcomeImage : 0, }); this.timeout = setTimeout(this.changeWelcomeImg, 3000); @@ -121,10 +121,6 @@ export default class WelcomeSections extends PureComponent { const intro = ( <> {this.getMessage('modals.welcome.sections.intro.title')} - - {this.getMessage('modals.welcome.sections.intro.description')} - -
{this.getMessage('modals.welcome.sections.theme.description')}
+ + {this.getMessage('modals.welcome.sections.theme.description')} +{this.getMessage('modals.welcome.sections.theme.tip')}
+ {this.getMessage('modals.welcome.tip')} + {this.getMessage('modals.welcome.sections.theme.tip')} > ); @@ -188,10 +194,12 @@ export default class WelcomeSections extends PureComponent { {this.getMessage('modals.welcome.sections.settings.title')} -{this.getMessage('modals.welcome.sections.settings.description')}
+ + {this.getMessage('modals.welcome.sections.settings.description')} +{this.getMessage('modals.welcome.sections.settings.tip')}
+ {this.getMessage('modals.welcome.tip')} + {this.getMessage('modals.welcome.sections.settings.tip')} > ); @@ -210,13 +218,17 @@ export default class WelcomeSections extends PureComponent { {this.getMessage('modals.welcome.sections.privacy.title')} -{this.getMessage('modals.welcome.sections.privacy.description')}
+ + {this.getMessage('modals.welcome.sections.privacy.description')} +{this.getMessage('modals.welcome.sections.privacy.offline_mode_description')}
+ + {this.getMessage('modals.welcome.sections.privacy.offline_mode_description')} +{this.getMessage('modals.welcome.sections.privacy.ddg_proxy_description')}
-{this.getMessage('modals.welcome.sections.final.description')}
-{this.getMessage('modals.welcome.sections.final.changes_description')}
+ + {this.getMessage('modals.welcome.sections.final.description')} + + {this.getMessage('modals.welcome.sections.final.changes')} + + {this.getMessage('modals.welcome.sections.final.changes_description')} +