Skip to content

Commit

Permalink
Label for importing public SSH key changed
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Dec 6, 2018
1 parent 29ebf9e commit 7325458
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-users.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 6 12:59:32 CET 2018 - schubi@suse.de

- Label for importing public SSH key changed (bsc#1118617).
- 4.0.11

-------------------------------------------------------------------
Mon Nov 12 14:34:21 UTC 2018 - igonzalezsosa@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-users.spec
Expand Up @@ -17,7 +17,7 @@


Name: yast2-users
Version: 4.0.10
Version: 4.0.11
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
2 changes: 1 addition & 1 deletion src/lib/users/widgets/public_key_selector.rb
Expand Up @@ -45,7 +45,7 @@ def initialize

# @return [String] Widget label
def label
_("Import Public Key")
_("Import Public SSH Key")
end

# @return [Yast::Term] Dialog content
Expand Down

0 comments on commit 7325458

Please sign in to comment.