Skip to content

Commit

Permalink
Update login.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sorydima authored Sep 27, 2024
1 parent bc740f8 commit 43e55a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/login/login.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class LoginController extends State<Login> {
context: context,
useRootNavigator: false,
message:
L10n.of(context)!.noMatrixServer(newDomain, oldHomeserver!),
L10n.of(context)!.norechainonlineServer(newDomain, oldHomeserver!),
okLabel: L10n.of(context)!.ok,
cancelLabel: L10n.of(context)!.cancel,
);
Expand Down

0 comments on commit 43e55a3

Please sign in to comment.