change copy for iOS
This commit is contained in:
parent
13afa8fc3b
commit
516410dcc4
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class _LandingPageWidgetState extends State<LandingPageWidget> {
|
|||
"everywhere",
|
||||
Platform.isAndroid
|
||||
? "Android, iOS, Web, Desktop"
|
||||
: "iOS, Android, Web, Desktop",
|
||||
: "Mobile, Web, Desktop",
|
||||
),
|
||||
],
|
||||
onPageChanged: (index) {
|
||||
|
|
Loading…
Add table
Reference in a new issue