Skip to content

Commit 5a08459

Browse files
committed
Merge branch 'minor-ui-changes' of https://github.com/pennlabs/penn-mobile-android into minor-ui-changes
2 parents 873a5c9 + e2ed9d8 commit 5a08459

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

PennMobile/src/main/java/com/pennapps/labs/pennmobile/compose/presentation/components/error/UserDisplayErrors.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ object UserDisplayErrors {
66
"We are working on a fix and will release it ASAP."
77

88
const val PAST_BALANCES_NOT_AVAILABLE =
9-
"Dining prediction graphs are unavailable since you are either a junior/senior not on a dining plan " +
10-
"or an RA on a special plan that we can't track"
9+
"Dining prediction graphs are unavailable since you are either not on a dining plan " +
10+
"or an RA on a special plan that we can't track."
1111
}

PennMobile/src/main/java/com/pennapps/labs/pennmobile/dining/composables/DiningInsightsScreen.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ fun DiningInsightsScreen(
115115
},
116116
)
117117
}
118-
}
119-
else {
118+
} else {
120119
// Header for Dining Dollars Predictions
121120
item {
122121
Text(

0 commit comments

Comments
 (0)