diff --git a/lib/pages/homeserver_picker/homeserver_picker_view.dart b/lib/pages/homeserver_picker/homeserver_picker_view.dart index 935a85996..e4782b35f 100644 --- a/lib/pages/homeserver_picker/homeserver_picker_view.dart +++ b/lib/pages/homeserver_picker/homeserver_picker_view.dart @@ -44,7 +44,7 @@ class HomeserverPickerView extends StatelessWidget { children: [ const Icon(Icons.import_export_outlined), const SizedBox(width: 12), - Text(L10n.of(context).loginWithMatrixId), + Text(L10n.of(context).hydrate), ], ), ),