Browse Source

Add title to profiles page

CURA-8982
Jaime van Kessel 3 years ago
parent
commit
6b9e66cfb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Preferences/ProfilesPage.qml

+ 1 - 1
resources/qml/Preferences/ProfilesPage.qml

@@ -13,7 +13,7 @@ import Cura 1.6 as Cura
 UM.ManagementPage
 {
     id: base
-
+    title: catalog.i18nc("@title:tab", "Profiles")
     property var extrudersModel: CuraApplication.getExtrudersModel()
     property var qualityManagementModel: CuraApplication.getQualityManagementModel()