Skip to content

Commit

Permalink
chore: Follow up typo
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Feb 19, 2025
1 parent cd12f77 commit 039771e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/homeserver_picker/homeserver_picker_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
],
),
),
Expand Down

0 comments on commit 039771e

Please sign in to comment.