Browse Source

Use next_page_button_text in AddNetworkOrLocalPrinterContent

CURA-6435
Lipu Fei 6 years ago
parent
commit
8f755f8818
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

+ 1 - 1
resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

@@ -122,7 +122,7 @@ Item
             }
         }
 
-        text: catalog.i18nc("@button", "Next")
+        text: base.currentItem.next_page_button_text
         onClicked:
         {
             // Create a network printer or a local printer according to the selection