diff --git a/app/MindWork AI Studio/Dialogs/PandocDialog.razor b/app/MindWork AI Studio/Dialogs/PandocDialog.razor
index a9b64504..ae21eac8 100644
--- a/app/MindWork AI Studio/Dialogs/PandocDialog.razor
+++ b/app/MindWork AI Studio/Dialogs/PandocDialog.razor
@@ -6,31 +6,15 @@
@if (this.showInstallPage)
{
-
+
AI Studio relies on the free and open-sourced third-party app Pandoc to process and retrieve data from local
Office files (ex. Word) and later other text formats like LaTeX.
-
-
+
+
Unfortunately Pandoc's GPL license is not compatible with AI Studios licences, nonetheless software under GPL is generally free to use and
- free of charge as well.
- Therefore you have to accept Pandoc's GPL license before we can download and install Pandoc for free
- automatically for you (recommended).
- However you can download it yourself manually with the instructions below.
-
-
-
- @if (this.isLoading)
- {
-
-
-
- }
- else if (!string.IsNullOrEmpty(this.licenseText))
- {
- @this.licenseText
- }
-
-
+ free of charge as well. Therefore you have to accept Pandoc's GPL license before we can download and install Pandoc for free
+ automatically for you (recommended). However you can download it yourself manually with the instructions below.
+