Translations synchronization.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -42,8 +42,8 @@ class CheckVersionView(SimpleView):
|
||||
except NotLatestVersion as exception:
|
||||
message = _(
|
||||
'The version you are using is outdated. The latest version '
|
||||
'is {}'.format(exception.upstream_version)
|
||||
)
|
||||
'is %s'
|
||||
) % exception.upstream_version
|
||||
else:
|
||||
message = _('Your version is up-to-date.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user