Skip to content

Commit 0959b14

Browse files
committed
login: Use "your-org.zulipchat.com" for realm-url hint, like zulip-mobile
Fixes-partly: zulip#35
1 parent 28ee3b0 commit 0959b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/login.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ class _AddAccountPageState extends State<AddAccountPage> {
187187
keyboardType: TextInputType.url,
188188
decoration: InputDecoration(
189189
labelText: 'Your Zulip server URL',
190+
hintText: 'your-org.zulipchat.com',
190191
errorText: error == null || error.shouldDeferFeedback()
191192
? null
192193
: error.message(),

0 commit comments

Comments
 (0)