diff --git a/plugins/SliceInfoPlugin/example_data.html b/plugins/SliceInfoPlugin/example_data.html
index 61090b06fe..4294b0af6d 100644
--- a/plugins/SliceInfoPlugin/example_data.html
+++ b/plugins/SliceInfoPlugin/example_data.html
@@ -48,7 +48,6 @@
Bounding Box: [minimum x, y, z; maximum x, y, z]
Is Helper Mesh: no
Helper Mesh Type: support mesh
- ...
diff --git a/resources/qml/WelcomePages/DataCollectionsContent.qml b/resources/qml/WelcomePages/DataCollectionsContent.qml
index 3f9819fee8..be4d09e876 100644
--- a/resources/qml/WelcomePages/DataCollectionsContent.qml
+++ b/resources/qml/WelcomePages/DataCollectionsContent.qml
@@ -99,7 +99,7 @@ Item
horizontalAlignment: Text.AlignHCenter
text:
{
- var t = catalog.i18nc("@text", "The data that Ultimaker Cura collects will not contain any information about your model.")
+ var t = catalog.i18nc("@text", "Data collected by Ultimaker Cura will not contain any personal information.")
var t2 = catalog.i18nc("@text", "More information")
t += " " + t2 + ""
return t