Skip to content

Commit

Permalink
Merge pull request #3775 from canonical/fix-gui-typo
Browse files Browse the repository at this point in the history
Fix typo in launch success notification
  • Loading branch information
ricab authored Nov 20, 2024
2 parents 833bb96 + 1c7300f commit 646a164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/gui/lib/notifications/notification_entries.dart
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class LaunchingNotification extends ConsumerWidget {
children: [
Text.rich([
'$name is up and running\n'.span.bold,
'You can start using using it now'.span,
'You can start using it now'.span,
].spans),
Divider(),
Row(children: [
Expand Down

0 comments on commit 646a164

Please sign in to comment.