diff --git a/PennMobile/Subletting/MarketplaceView.swift b/PennMobile/Subletting/MarketplaceView.swift index 8e711ddf1..4936a24c0 100644 --- a/PennMobile/Subletting/MarketplaceView.swift +++ b/PennMobile/Subletting/MarketplaceView.swift @@ -192,7 +192,7 @@ struct MarketplaceView: View { } } } else { - Text("No sublets found!") + Text(Account.isLoggedIn ? "No sublets found!" : "You must login to view sublets!") .foregroundStyle(.tertiary) .font(.subheadline) }