Skip to content

Commit

Permalink
Merge branch 'SLE-15-SP2' into merge-sle-15-sp2
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 9, 2021
2 parents 0d74c06 + cacf3a8 commit 43feca0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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.3.3

-------------------------------------------------------------------
Tue Aug 11 10:52:33 CEST 2020 - schubi@suse.de

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.3.2
Version: 4.3.3
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

0 comments on commit 43feca0

Please sign in to comment.