Neeraj Gupta 2 lat temu
rodzic
commit
e13d23b48a
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      lib/ui/home/landing_page_widget.dart

+ 3 - 1
lib/ui/home/landing_page_widget.dart

@@ -213,7 +213,9 @@ class _LandingPageWidgetState extends State<LandingPageWidget> {
       final result = await showChoiceDialog(
         context,
         "Please login again",
-        '''The developer account we use to publish ente on App Store has changed. Because of this, you will need to login again.!\n\Our apologies for the inconvenience, but this was unavoidable..''',
+        '''The developer account we use to publish ente on App Store has 
+        changed. Because of this, you will need to login again.\n\nOur 
+        apologies for the inconvenience, but this was unavoidable.''',
         firstAction: "Cancel",
         secondAction: "Login",
       );