We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7659479 commit 402d967Copy full SHA for 402d967
lib/widgets/home.dart
@@ -212,7 +212,10 @@ class _LoadingPlaceholderPageState extends State<_LoadingPlaceholderPage> {
212
child: Column(
213
children: [
214
const SizedBox(height: 16),
215
- Text(zulipLocalizations.tryAnotherAccountMessage(account.realmUrl.toString())),
+ Text(
216
+ zulipLocalizations.tryAnotherAccountMessage(account.realmUrl.toString()),
217
+ textAlign: TextAlign.center,
218
+ ),
219
const SizedBox(height: 8),
220
ElevatedButton(
221
onPressed: () => Navigator.push(context,
0 commit comments