We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebffb5 commit 32b36b7Copy full SHA for 32b36b7
pkg/web_app/lib/src/admin_pages.dart
@@ -421,7 +421,7 @@ class _CreatePublisherWidget {
421
await api_client.client.createPublisher(publisherId);
422
},
423
successMessage: text(
424
- 'Publisher created. You may transfer packages to this publisher. '
+ 'Publisher created. You can now transfer packages to this publisher. '
425
'The page will reload.'),
426
onSuccess: (_) {
427
window.location.pathname = '/publishers/$publisherId/admin';
0 commit comments