fix: rename "Reset" button to "Rollback"

This commit is contained in:
2025-10-24 19:42:36 +02:00
parent f1fadd123f
commit ae02ddefb0
2 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@
<item>
<widget class="QPushButton" name="resetButton">
<property name="text">
<string>Reset</string>
<string>Rollback</string>
</property>
</widget>
</item>