diff --git a/packages/shorebird_cli/lib/src/patch_diff_checker.dart b/packages/shorebird_cli/lib/src/patch_diff_checker.dart index f507b60c..88e4d302 100644 --- a/packages/shorebird_cli/lib/src/patch_diff_checker.dart +++ b/packages/shorebird_cli/lib/src/patch_diff_checker.dart @@ -91,7 +91,7 @@ class PatchDiffChecker { if (archiveDiffer.containsPotentiallyBreakingNativeDiffs(contentDiffs)) { logger ..warn( - '''The release artifact contains native changes, which cannot be applied with a patch.''', + '''Your app contains native changes, which cannot be applied with a patch.''', ) ..info( yellow.wrap( @@ -118,7 +118,7 @@ If you don't know why you're seeing this error, visit our troublshooting page at if (archiveDiffer.containsPotentiallyBreakingAssetDiffs(contentDiffs)) { logger ..warn( - '''The release artifact contains asset changes, which will not be included in the patch.''', + '''Your app contains asset changes, which will not be included in the patch.''', ) ..info( yellow.wrap( diff --git a/packages/shorebird_cli/test/src/patch_diff_checker_test.dart b/packages/shorebird_cli/test/src/patch_diff_checker_test.dart index da8cd71c..41d72c6b 100644 --- a/packages/shorebird_cli/test/src/patch_diff_checker_test.dart +++ b/packages/shorebird_cli/test/src/patch_diff_checker_test.dart @@ -148,7 +148,7 @@ void main() { verify( () => logger.warn( - '''The release artifact contains native changes, which cannot be applied with a patch.''', + '''Your app contains native changes, which cannot be applied with a patch.''', ), ).called(1); verify( @@ -249,7 +249,7 @@ void main() { verify( () => logger.warn( - '''The release artifact contains asset changes, which will not be included in the patch.''', + '''Your app contains asset changes, which will not be included in the patch.''', ), ).called(1); verify(