Skip to content

Commit 32b36b7

Browse files
isoossigurdm
andauthored
Update pkg/web_app/lib/src/admin_pages.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent 6ebffb5 commit 32b36b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/web_app/lib/src/admin_pages.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ class _CreatePublisherWidget {
421421
await api_client.client.createPublisher(publisherId);
422422
},
423423
successMessage: text(
424-
'Publisher created. You may transfer packages to this publisher. '
424+
'Publisher created. You can now transfer packages to this publisher. '
425425
'The page will reload.'),
426426
onSuccess: (_) {
427427
window.location.pathname = '/publishers/$publisherId/admin';

0 commit comments

Comments
 (0)