diff --git a/wizarddialog.ui b/wizarddialog.ui index efebf1830515910d6d6ff7dd449e41fafe624b0d..05504b5a04effdd0476a465abbfaaf46d33d08ef 100644 --- a/wizarddialog.ui +++ b/wizarddialog.ui @@ -74,7 +74,7 @@ </spacer> </item> <item> - <widget class="QPushButton" name="existingPushButton"> + <widget class="QPushButton" name="newAccountButton"> <property name="minimumSize"> <size> <width>85</width> @@ -82,12 +82,12 @@ </size> </property> <property name="text"> - <string>Existing Ring Account</string> + <string>Create Ring account</string> </property> </widget> </item> <item> - <widget class="QPushButton" name="newAccountButton"> + <widget class="QPushButton" name="existingPushButton"> <property name="minimumSize"> <size> <width>85</width> @@ -95,7 +95,7 @@ </size> </property> <property name="text"> - <string>New Ring Account</string> + <string>Link this device to an existing account</string> </property> </widget> </item>