From bd10124d78329029cd018d55ba834b9c2b4c324d Mon Sep 17 00:00:00 2001 From: Manav Date: Sat, 11 Jun 2022 09:03:09 +0530 Subject: [PATCH] Capitalize the captions on the landing screen --- lib/ui/landing_page_widget.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ui/landing_page_widget.dart b/lib/ui/landing_page_widget.dart index e6a3e2a90..adb746601 100644 --- a/lib/ui/landing_page_widget.dart +++ b/lib/ui/landing_page_widget.dart @@ -121,21 +121,21 @@ class _LandingPageWidgetState extends State { "assets/protected.png", "Private backups", "for your memories", - "end-to-end encrypted by default", + "End-to-end encrypted by default", ), FeatureItemWidget( "assets/preserved.png", "Safely stored", "at a fallout shelter", - "designed to outlive", + "Designed to outlive", ), FeatureItemWidget( "assets/synced.png", "Available", "everywhere", Platform.isAndroid - ? "android, ios, web, desktop" - : "ios, android, web, desktop", + ? "Android, iOS, Web, Desktop" + : "iOS, Android, Web, Desktop", ), ], onPageChanged: (index) {