Skip to content

Commit

Permalink
fix a bracket error
Browse files Browse the repository at this point in the history
  • Loading branch information
L1cardo committed Oct 18, 2024
1 parent c405f4c commit 9bc5ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/calibrateble.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ void CalibrateBLE::useMagToggle()
void CalibrateBLE::setButtonText()
{
if(step == 0) {
ui->cmdPrevious->setText(tr("Cancel")));
ui->cmdPrevious->setText(tr("Cancel"));
} else {
ui->cmdPrevious->setText(tr("Back"));
}
Expand Down

0 comments on commit 9bc5ccd

Please sign in to comment.