Compare commits
No commits in common. "dafd454a42ce9b499a06ba0fc1360561af27f2a0" and "5a98f5506a8f063150d2b61dcc5d55fe5cba6720" have entirely different histories.
dafd454a42
...
5a98f5506a
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": "Don't skip class",
|
||||
"title": "Skipping classes is bad",
|
||||
"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,
|
||||
width: '80%',
|
||||
height: '80%',
|
||||
}}
|
||||
emotion={MASCOT_STYLE.COOL}
|
||||
animated
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class MascotIntroWelcome extends React.Component<null> {
|
|||
<Mascot
|
||||
style={{
|
||||
...styles.center,
|
||||
width: '80%',
|
||||
height: '80%',
|
||||
}}
|
||||
emotion={MASCOT_STYLE.NORMAL}
|
||||
animated
|
||||
|
|
|
|||
Loading…
Reference in a new issue