From fd3ac4d28e52deb38b5037f318cb0df56a13fc49 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Sat, 10 Sep 2022 23:48:14 +0500 Subject: [PATCH] bug fix that causes upgrade to stuck --- filemanager/templates/filemanager/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/templates/filemanager/index.html b/filemanager/templates/filemanager/index.html index 367db5bb9..42ccc22bd 100755 --- a/filemanager/templates/filemanager/index.html +++ b/filemanager/templates/filemanager/index.html @@ -731,7 +731,7 @@
  • {% trans "Delete" %}
  • {% trans "Compress" %}
  • {% trans "Extract" %}
  • -
  • {% trans "Edit" %}
  • +
  • {% trans "Edit" %}
  • {% trans "Edit with CodeMirror" %}
  • {% trans "Restore" %}