Simplified string

This commit is contained in:
Thorsten Sommer 2025-05-30 14:03:58 +02:00
parent ad5955969f
commit 0ac54af526
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -74,9 +74,7 @@ public partial class PandocDialog : ComponentBase
private async Task RejectLicense() 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)." + 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?";
"This decision can be revoked at any time. Are you sure you want to reject the license?";
var dialogParameters = new DialogParameters var dialogParameters = new DialogParameters
{ {
{ "Message", message }, { "Message", message },