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", "developer": "canonical",
"status": "available", "status": "available",
"type": "app", "type": "app",
"version": "0+git.04f1ff0d", "version": "19.07.2",
"channel": "", "channel": "",
"ignore-validation": false, "ignore-validation": false,
"revision": "424242", "revision": "424242",

View File

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

View File

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