Index: pkg/flash_sd_card/lib/src/platform_service.dart |
diff --git a/pkg/flash_sd_card/lib/src/platform_service.dart b/pkg/flash_sd_card/lib/src/platform_service.dart |
index 6bd89760437739556ca2130af0e1b50902717052..467dc09e9a780f133c21548f0e405b38148ab648 100644 |
--- a/pkg/flash_sd_card/lib/src/platform_service.dart |
+++ b/pkg/flash_sd_card/lib/src/platform_service.dart |
@@ -46,7 +46,7 @@ abstract class PlatformService { |
// Wait for an additional disk. |
await ctx.readLine( |
- 'Please insert the SD card you want to use with Fletch. ' |
+ 'Please insert the SD card you want to use with Dartino. ' |
'Then press Enter.'); |
int retryCount = 10; |
while (true) { |