Compare commits
3 commits
5a98f5506a
...
dafd454a42
| Author | SHA1 | Date | |
|---|---|---|---|
| dafd454a42 | |||
| 0dae9c08b5 | |||
| d38f11d45f |
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class MascotIntroEnd extends React.Component<null> {
|
|||
<Mascot
|
||||
style={{
|
||||
...styles.center,
|
||||
height: '80%',
|
||||
width: '80%',
|
||||
}}
|
||||
emotion={MASCOT_STYLE.COOL}
|
||||
animated
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class MascotIntroWelcome extends React.Component<null> {
|
|||
<Mascot
|
||||
style={{
|
||||
...styles.center,
|
||||
height: '80%',
|
||||
width: '80%',
|
||||
}}
|
||||
emotion={MASCOT_STYLE.NORMAL}
|
||||
animated
|
||||
|
|
|
|||
Loading…
Reference in a new issue