Skip to content

Commit da02952

Browse files
fix button formatting
1 parent 761ce57 commit da02952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/create_account_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _build(self, controller):
5656
inner.addSpacing(12)
5757

5858
no_pid_row = QHBoxLayout()
59-
no_pid_btn = StyledButton("I don't have a PID →")
59+
no_pid_btn = StyledButton("No PID →")
6060
no_pid_btn.setFixedWidth(349)
6161
no_pid_btn.setMinimumHeight(80)
6262
no_pid_btn.clicked.connect(lambda: controller.go_to_create_account_no_pid())

0 commit comments

Comments
 (0)