Skip to content

Commit

Permalink
update Multimeter UI (#235)
Browse files Browse the repository at this point in the history
- rename `Series Resistance` to `Reference Resistance`
  • Loading branch information
jimustafa authored Jan 19, 2023
1 parent 2cc0678 commit 10c1f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Desktop_Interface/ui_files_desktop/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
<item>
<widget class="QLabel" name="multimeterResistanceLabel">
<property name="text">
<string>Series Resistance</string>
<string>Reference Resistance</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion Desktop_Interface/ui_files_mobile/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@
</size>
</property>
<property name="text">
<string>Series Resistance</string>
<string>Reference Resistance</string>
</property>
<property name="alignment">
<set>Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft</set>
Expand Down

0 comments on commit 10c1f6b

Please sign in to comment.