Skip to content
Snippets Groups Projects
Commit 045733fa authored by inso's avatar inso
Browse files

Fix password input title

parent f9b8eb62
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
<item> <item>
<widget class="QGroupBox" name="group_box_password"> <widget class="QGroupBox" name="group_box_password">
<property name="title"> <property name="title">
<string>Password</string> <string>Secret Key / Password</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_6"> <layout class="QVBoxLayout" name="verticalLayout_6">
<item> <item>
......
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox"> <widget class="QGroupBox" name="groupBox">
<property name="title"> <property name="title">
<string>Password</string> <string>Secret Key / Password</string>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout_2"> <layout class="QVBoxLayout" name="verticalLayout_2">
<item> <item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment