Skip to content

Commit

Permalink
Merge pull request #3467 from MerginMaps/update-error-msg
Browse files Browse the repository at this point in the history
Update generic error message in login screen
  • Loading branch information
tomasMizera authored May 28, 2024
2 parents dab887c + 055b537 commit 1ea0050
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 1ea0050

@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.625611 just submitted!

Please sign in to comment.