diff --git a/Legba.Engine/Legba.Engine.csproj b/Legba.Engine/Legba.Engine.csproj
index 737036b..0d3acbe 100644
--- a/Legba.Engine/Legba.Engine.csproj
+++ b/Legba.Engine/Legba.Engine.csproj
@@ -4,7 +4,7 @@
net8.0enableenable
- 2.0.0.0
+ 1.2.0.0
diff --git a/Legba.Engine/ViewModels/AboutViewModel.cs b/Legba.Engine/ViewModels/AboutViewModel.cs
index f32d249..9780234 100644
--- a/Legba.Engine/ViewModels/AboutViewModel.cs
+++ b/Legba.Engine/ViewModels/AboutViewModel.cs
@@ -24,8 +24,8 @@ public class AboutViewModel
public string SourceCode =>
"https://github.com/LillySoftwareConsulting/Legba";
public string Disclaimer =>
- "This software is provided as-is, without warranty of any kind, " +
- "express or implied. Use at your own risk.";
+ "This software is provided as-is, without any warranty, express or implied. " +
+ "While every effort has been made to ensure the program functions correctly, it is used at your own risk.";
public string Credits =>
"This software uses the following third-party components:\n" +
"• LiteDB\n" +
diff --git a/Legba.WPF/Legba.WPF.csproj b/Legba.WPF/Legba.WPF.csproj
index 977dcf5..d180cca 100644
--- a/Legba.WPF/Legba.WPF.csproj
+++ b/Legba.WPF/Legba.WPF.csproj
@@ -9,7 +9,7 @@
3be61677-fcf9-4588-bc35-5383dcd0d62eImages\LegbaIcon.icoLegba
- 2.0.0.0
+ 1.2.0.0
diff --git a/Legba.WPF/MainWindow.xaml b/Legba.WPF/MainWindow.xaml
index 8b147d5..76c0fa2 100644
--- a/Legba.WPF/MainWindow.xaml
+++ b/Legba.WPF/MainWindow.xaml
@@ -101,11 +101,13 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+