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