hack snap version numbers in sample data to be more realistic

This commit is contained in:
Michael Hudson-Doyle 2019-04-09 13:48:24 +12:00
parent 7fb4498ed7
commit e12cdab65e
3 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@
"developer": "canonical",
"status": "available",
"type": "app",
"version": "0+git.04f1ff0d",
"version": "19.07.2",
"channel": "",
"ignore-validation": false,
"revision": "424242",

View File

@ -18,7 +18,7 @@
"developer": "canonical",
"status": "active",
"type": "app",
"version": "ubuntu-19.04.2",
"version": "19.04.2",
"channel": "stable",
"ignore-validation": false,
"revision": "804",

View File

@ -105,8 +105,8 @@ class RefreshView(BaseView):
available_title = _("Installer update available")
available_excerpt = _(
"Version \"{new}\" of the installer is now available ("
"\"{current}\" is currently installed)."
"Version {new} of the installer is now available ({current} is "
"currently running)."
)
progress_title = _("Downloading update...")