Skip to content

Commit

Permalink
Update generic error message in login screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera committed May 27, 2024
1 parent 1c82014 commit 055b537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/qml/account/MMAccountController.qml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ Item {
} else
{
if (__merginApi.apiVersionStatus === MM.MerginApiStatus.INCOMPATIBLE) {
qsTr("Please update the app to use the latest features.")
qsTr( "Please update the app to use the latest features." )
} else if (__merginApi.apiVersionStatus === MM.MerginApiStatus.PENDING) {
""
} else {
qsTr("Server is currently unavailable - please try again later.")
qsTr( "Server is currently unavailable, check your connection or try again later." )
}
}
}
Expand Down

1 comment on commit 055b537

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.5.624911 just submitted!

Please sign in to comment.