Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix certificate input label #79

Merged
merged 9 commits into from
Jun 9, 2021
6 changes: 6 additions & 0 deletions package/yast2-ftp-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 9 07:11:51 UTC 2021 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

- Fix the label of the certificate input field (bsc#1183786).
- 4.2.6

-------------------------------------------------------------------
Tue Jun 2 14:20:43 UTC 2020 - José Iván López González <jlopez@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-ftp-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-ftp-server
Version: 4.2.5
Version: 4.2.6
Release: 0
Summary: YaST2 - FTP configuration
License: GPL-2.0-only
Expand Down
2 changes: 1 addition & 1 deletion src/include/ftp-server/dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def CertFile
Ops.set(
result,
"label",
_("D&SA Certificate to Use for SSL-encrypted Connections")
_("R&SA Certificate to Use for SSL-encrypted Connections")
)
Ops.set(result, "widget", :textentry)
Ops.set(result, "init", fun_ref(method(:InitCertFile), "void (string)"))
Expand Down