Fix typo (#1724)
This commit is contained in:
commit
f9dfc8d4d1
1 changed files with 3 additions and 2 deletions
|
@ -154,9 +154,10 @@ class UpdateService {
|
|||
);
|
||||
}
|
||||
return Platform.isAndroid
|
||||
? const Tuple2("play store", "market://details?id=io.ente.photos")
|
||||
? const Tuple2("Google Play",
|
||||
"https://play.google.com/store/apps/details?id=io.ente.photos")
|
||||
: const Tuple2(
|
||||
"app store",
|
||||
"App Store",
|
||||
"https://apps.apple.com/in/app/ente-photos/id1542026904",
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue