We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd12f77 commit 039771eCopy full SHA for 039771e
lib/pages/homeserver_picker/homeserver_picker_view.dart
@@ -44,7 +44,7 @@ class HomeserverPickerView extends StatelessWidget {
44
children: [
45
const Icon(Icons.import_export_outlined),
46
const SizedBox(width: 12),
47
- Text(L10n.of(context).loginWithMatrixId),
+ Text(L10n.of(context).hydrate),
48
],
49
),
50
0 commit comments