From fbf83ed06297c03781d736a21a85c1a5d76b9db3 Mon Sep 17 00:00:00 2001 From: antoine37120 <ant.dupre@gmail.com> Date: Mon, 8 Jan 2024 17:02:36 +0100 Subject: [PATCH] fix: wording edocument --- src/views-terrytories.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views-terrytories.js b/src/views-terrytories.js index f9aaf50..8217ac3 100644 --- a/src/views-terrytories.js +++ b/src/views-terrytories.js @@ -1318,7 +1318,6 @@ import("./utils.js").then((utils) => { upload-url-document="${this.uploads}" widget-document="solid-form-file-label" - label-name="Titre *" label-document="Docmuent *" label-author="Autheur *" @@ -1391,7 +1390,7 @@ import("./utils.js").then((utils) => { widget-document="solid-form-file-label" label-document="Document *" - label-name="Titre du edocument *" + label-name="Titre du document *" loader-id="loader-${this.route}-${utils.TZCLD_URLS.my_territory_shared_file_add}-${nested}" bind-resources="" -- GitLab