From 697386c36c769c07db568aced4b8388e7242924d Mon Sep 17 00:00:00 2001
From: kitadai31 <90122968+kitadai31@users.noreply.github.com>
Date: Tue, 1 Oct 2024 01:51:22 +0900
Subject: [PATCH] fix: Match "Installation incompatible" dialog message with
Flutter Manager (#2231)
---
app/src/main/res/values/strings.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ffcfc9fd..0b260bb8 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -374,7 +374,7 @@
The installation was cancelled manually. Try again?
The installation was blocked. Review your device security settings and try again.
The installation was prevented by an existing installation of the app. Uninstall the installed app and try again?
- The app is incompatible with this device. Use the correct APK for your device and try again.
+ The app is incompatible with this device. Use an APK that is supported by this device and try again.
The app is invalid. Uninstall the app and try again?
The app could not be installed due to insufficient storage. Free up some space and try again.
The installation took too long. Try again?