Skip to content

Commit d46f156

Browse files
ui:renamed daemon version label for better clarity
The GUI and daemon versions are displayed in 2 different locations: - ui: in the title of the main window. - daemon: in the lower right corner. Now instead of showing the daemon version as "Version: x.y.z", we show "Daemon version: x.y.z". Closes: #1278
1 parent acf7c65 commit d46f156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/opensnitch/res/stats.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2275,7 +2275,7 @@
22752275
</font>
22762276
</property>
22772277
<property name="text">
2278-
<string>Version</string>
2278+
<string>Daemon version</string>
22792279
</property>
22802280
<property name="alignment">
22812281
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>

0 commit comments

Comments
 (0)