diff --git a/Gremlin/MVVM/Operations/TexHandler.cs b/Gremlin/MVVM/Operations/TexHandler.cs
index 4efe396..622c796 100644
--- a/Gremlin/MVVM/Operations/TexHandler.cs
+++ b/Gremlin/MVVM/Operations/TexHandler.cs
@@ -180,7 +180,7 @@ namespace Gremlin.MVVM
_ = texFile.AppendLine($"\\textbf{{Summe netto}} & \\SI{{{quoteVM.TotalNet}}}{{\\sieuro}}\\\\");
//Frachtkosten
- _ = texFile.AppendLine($"\\textbf{{Frachtkosten ({quoteVM.Freight}\\%)}} & \\SI{{{quoteVM.TotalFreightOnly}}}{{\\sieuro}}\\\\");
+ _ = texFile.AppendLine($"\\textbf{{Versand und Bereitstellungskosten ({quoteVM.Freight}\\%)}} & \\SI{{{quoteVM.TotalFreightOnly}}}{{\\sieuro}}\\\\");
//Gesamtsumme netto
_ = texFile.AppendLine($"\\textbf{{Gesamtsumme netto}} & \\SI{{{quoteVM.TotalFreight}}}{{\\sieuro}}\\\\");
diff --git a/Gremlin/MVVM/Views/QuoteView.xaml b/Gremlin/MVVM/Views/QuoteView.xaml
index 3fe8a86..53ea773 100644
--- a/Gremlin/MVVM/Views/QuoteView.xaml
+++ b/Gremlin/MVVM/Views/QuoteView.xaml
@@ -30,7 +30,7 @@
-
+
@@ -65,7 +65,7 @@
-
+