This commit is contained in:
Neeraj Gupta 2022-12-31 10:25:11 +05:30
parent d8b62d7ba6
commit e13d23b48a
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -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",
);