From bb01ea9879667c7d713c1b9398502cc77959b807 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Wed, 2 Oct 2019 14:11:08 +0200 Subject: Customizing loading messages --- src/components/ui/AppLoader/index.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/components/ui/AppLoader/index.js b/src/components/ui/AppLoader/index.js index a9a87707b..1fd247d17 100644 --- a/src/components/ui/AppLoader/index.js +++ b/src/components/ui/AppLoader/index.js @@ -9,14 +9,13 @@ import { shuffleArray } from '../../../helpers/array-helpers'; import styles from './styles'; const textList = shuffleArray([ - 'Looking for Sisi', - 'Contacting the herald', - 'Saddling the unicorn', - 'Learning the Waltz', - 'Visiting Horst & Grete', - 'Twisting my moustache', - 'Playing the trumpet', - 'Traveling through space & time', + 'Adding free features', + 'Making application usable', + 'Removing unproductive paywalls', + 'Creating custom server software', + 'Increasing productivity', + 'Listening to our userbase', + 'Fixing bugs', ]); export default @injectSheet(styles) @withTheme class AppLoader extends Component { -- cgit v1.2.3-70-g09d2