aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-02 14:11:08 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-02 14:11:08 +0200
commitbb01ea9879667c7d713c1b9398502cc77959b807 (patch)
treeaea5f9cdce38c09883166657b543ce2d36a2bafc
parentFix Ferdi Lock not corrently locking (diff)
downloadferdium-app-bb01ea9879667c7d713c1b9398502cc77959b807.tar.gz
ferdium-app-bb01ea9879667c7d713c1b9398502cc77959b807.tar.zst
ferdium-app-bb01ea9879667c7d713c1b9398502cc77959b807.zip
Customizing loading messages
-rw-r--r--src/components/ui/AppLoader/index.js15
1 files 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';
9import styles from './styles'; 9import styles from './styles';
10 10
11const textList = shuffleArray([ 11const textList = shuffleArray([
12 'Looking for Sisi', 12 'Adding free features',
13 'Contacting the herald', 13 'Making application usable',
14 'Saddling the unicorn', 14 'Removing unproductive paywalls',
15 'Learning the Waltz', 15 'Creating custom server software',
16 'Visiting Horst & Grete', 16 'Increasing productivity',
17 'Twisting my moustache', 17 'Listening to our userbase',
18 'Playing the trumpet', 18 'Fixing bugs',
19 'Traveling through space & time',
20]); 19]);
21 20
22export default @injectSheet(styles) @withTheme class AppLoader extends Component { 21export default @injectSheet(styles) @withTheme class AppLoader extends Component {