mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fix stupid typo in upgrade controller
This commit is contained in:
parent
adca9ed616
commit
a3a0d8f49a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
// Upgrade all apps or the system
|
||||
|
||||
if ((what == "system") || (what == "system"))
|
||||
if ((what == "system") || (what == "apps"))
|
||||
{
|
||||
var confirm_message = y18n.t('confirm_update_' + what);
|
||||
var api_url = '/upgrade?'+what;
|
||||
|
|
Loading…
Add table
Reference in a new issue