mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[fix] Wrong translation key in app module
This commit is contained in:
parent
c58fb7342a
commit
aeae78dd3a
1 changed files with 1 additions and 1 deletions
2
app.py
2
app.py
|
@ -369,7 +369,7 @@ def app_upgrade(auth, app, url=None, file=None):
|
|||
msignals.display(m18n.n('app_upgraded', app_id), 'success')
|
||||
|
||||
if not upgraded_apps:
|
||||
raise MoulinetteError(errno.ENODATA, m18n.n('no_app_upgrade'))
|
||||
raise MoulinetteError(errno.ENODATA, m18n.n('app_no_upgrade'))
|
||||
|
||||
msignals.display(m18n.n('upgrade_complete'), 'success')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue