Skip to content

Commit db8b0a5

Browse files
isoossigurdm
andauthored
Update app/lib/shared/exceptions.dart
Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent fe73088 commit db8b0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/shared/exceptions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ class AuthorizationException extends ResponseException {
575575
/// Signaling that the manual publishing was disabled and cannot be authorized.
576576
factory AuthorizationException.manualPublishingDisabled() =>
577577
AuthorizationException._(
578-
'Manual publishing with the `pub` tool has been disabled. This usually means this package should be published via automated publishing (see https://dart.dev/tools/pub/automated-publishing). To re-enable manual publishing, go to the package admin page.',
578+
'Manual publishing has been disabled. This usually means this package should be published via automated publishing (see https://dart.dev/tools/pub/automated-publishing). To re-enable manual publishing, go to the package admin page.',
579579
);
580580

581581
@override

0 commit comments

Comments
 (0)