From 0ac54af52657301d5603799f2769e841e1d1bc98 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 30 May 2025 14:03:58 +0200 Subject: [PATCH] Simplified string --- app/MindWork AI Studio/Dialogs/PandocDialog.razor.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/MindWork AI Studio/Dialogs/PandocDialog.razor.cs b/app/MindWork AI Studio/Dialogs/PandocDialog.razor.cs index f974a697..78b0186d 100644 --- a/app/MindWork AI Studio/Dialogs/PandocDialog.razor.cs +++ b/app/MindWork AI Studio/Dialogs/PandocDialog.razor.cs @@ -74,9 +74,7 @@ public partial class PandocDialog : ComponentBase private async Task RejectLicense() { - var message = "Pandoc is open-source and free of charge, but if you reject Pandoc's license, it can not be installed and some of AIStudios data retrieval features will be disabled (e.g. using Office files like Word)." + - "This decision can be revoked at any time. Are you sure you want to reject the license?"; - + var message = "Pandoc is open-source and free of charge, but if you reject Pandoc's license, it can not be installed and some of AIStudios data retrieval features will be disabled (e.g. using Office files like Word). This decision can be revoked at any time. Are you sure you want to reject the license?"; var dialogParameters = new DialogParameters { { "Message", message },