Handle extension update failure (#530)

The failure was never handled and instead, the update was infinitely stuck in progress.
This commit is contained in:
schroda
2023-12-31 01:46:53 +01:00
committed by GitHub
parent 37ce494fda
commit 7d3d82556a
2 changed files with 52 additions and 26 deletions

View File

@@ -225,7 +225,9 @@
"label": {
"installation_failed": "Could not install the extension",
"installed_successfully": "Extension installed",
"installing_file": "Installing extension file…"
"installing_file": "Installing extension file…",
"uninstallation_failed": "Could not uninstall the extension",
"update_failed": "Could not update the extension"
},
"language": {
"all": "All",