Skip to content

Commit

Permalink
Fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Jan 12, 2025
1 parent 53ee04c commit 70ce24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/servers/add_server_fullscreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class _AddServerFullscreenState extends State<AddServerFullscreen> {
showSuccessSnackBar(
context: context,
appConfigProvider: appConfigProvider,
label: AppLocalizations.of(context)!.checkAddress,
label: AppLocalizations.of(context)!.connectedSuccessfully,
);
serversProvider.addServer(
Server(
Expand Down

0 comments on commit 70ce24a

Please sign in to comment.