Skip to content

Commit

Permalink
Merge pull request #138 from yast/text_change
Browse files Browse the repository at this point in the history
Change ssh warning text according to suggestions (jsc#SLE-1567)
  • Loading branch information
teclator committed Oct 13, 2020
2 parents fb8619c + 6f08bc0 commit 8fe8d17
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/yast2-firewall.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 13 11:15:06 UTC 2020 - Knut Anderssen <kanderssen@suse.com>

- Modified the warning text introduced in previous change according
to suggestions (jsc#SLE-1567)
- 4.3.6

-------------------------------------------------------------------
Fri Oct 9 10:42:32 UTC 2020 - Knut Anderssen <kanderssen@suse.com>

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


Name: yast2-firewall
Version: 4.3.5
Version: 4.3.6
Release: 0
Summary: YaST2 - Firewall Configuration
Group: System/YaST
Expand Down
4 changes: 3 additions & 1 deletion src/lib/y2firewall/clients/proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ def preformatted_proposal
def warning
return nil unless @settings.access_problem?

_("The 'root' user uses only SSH key based authentication. <br>" \
# TRANSLATORS: proposal warning text preventing the user to block
# the root login by error.
_("The 'root' user uses only SSH key-based authentication. <br>" \
"With the current settings the user might not be allowed to login.")
end

Expand Down

0 comments on commit 8fe8d17

Please sign in to comment.