Compare commits

...

3 commits

Author SHA1 Message Date
dafd454a42 Fix locale 2020-08-25 19:01:23 +02:00
0dae9c08b5 Improve mascot size 2020-08-25 18:55:46 +02:00
d38f11d45f Fix mascot size on thinner displays 2020-08-25 18:41:40 +02:00
3 changed files with 3 additions and 3 deletions

View file

@ -128,7 +128,7 @@
"noGroupSelected": "No group selected. Please select your group using the big beautiful red button bellow.",
"favorites": "Favorites",
"mascotDialog": {
"title": "Skipping classes is bad",
"title": "Don't skip class",
"message": "Here is Planex! You can set your class and your crush's to favorites in order to find them back easily!\n\nIf you mainly use Campus for Planex, go to the settings to make the app directly start on it!",
"ok": "Settings",
"cancel": "Later"

View file

@ -24,7 +24,7 @@ class MascotIntroEnd extends React.Component<null> {
<Mascot
style={{
...styles.center,
height: '80%',
width: '80%',
}}
emotion={MASCOT_STYLE.COOL}
animated

View file

@ -26,7 +26,7 @@ class MascotIntroWelcome extends React.Component<null> {
<Mascot
style={{
...styles.center,
height: '80%',
width: '80%',
}}
emotion={MASCOT_STYLE.NORMAL}
animated