mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix tools upgrade tip
This commit is contained in:
parent
f2d57947ea
commit
cd2e425890
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@
|
|||
"system_upgraded": "System upgraded",
|
||||
"system_username_exists": "Username already exists in the list of system users",
|
||||
"this_action_broke_dpkg": "This action broke dpkg/APT (the system package managers)... You can try to solve this issue by connecting through SSH and running `sudo apt install --fix-broken` and/or `sudo dpkg --configure -a`.",
|
||||
"tools_upgrade_at_least_one": "Please specify '--apps', or '--system'",
|
||||
"tools_upgrade_at_least_one": "Please specify 'apps', or 'system'",
|
||||
"tools_upgrade_cant_both": "Cannot upgrade both system and apps at the same time",
|
||||
"tools_upgrade_cant_hold_critical_packages": "Could not hold critical packages…",
|
||||
"tools_upgrade_cant_unhold_critical_packages": "Could not unhold critical packages…",
|
||||
|
|
Loading…
Add table
Reference in a new issue