diff --git a/src/idp/views.js b/src/idp/views.js
index 6cc96e1f..26d1600f 100644
--- a/src/idp/views.js
+++ b/src/idp/views.js
@@ -620,7 +620,7 @@ export function landingPage(ctx = {}) {
: 'Create Account'}
-
${singleUser ? 'Sign in' : 'Already have an account?'} ${singleUser ? 'from' : 'Sign in from'} a Solid app — for example,
pilot is a minimal console you can open right now. Point it at this server and click Sign In.
+
${singleUser ? 'Sign in' : 'Already have an account?'} ${singleUser ? 'from' : 'Sign in from'} a Solid app — for example,
pilot is a minimal console you can open right now. Point it at this server and click Sign In. Or
browse other Solid apps.
${issuer ? `Issuer: ${escapeHtml(issuer.replace(/\/$/, ''))}
` : ''}