Skip to content

Commit

Permalink
Fix the textdomain
Browse files Browse the repository at this point in the history
Using "users" (the right one) instead of "y2users".
  • Loading branch information
dgdavid committed May 31, 2021
1 parent e9a94ff commit 78769c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/y2users/linux/writer.rb
Expand Up @@ -87,7 +87,7 @@ class Writer
# @param config [Y2User::Config] see #config
# @param initial_config [Y2User::Config] see #initial_config
def initialize(config, initial_config)
textdomain "y2users"
textdomain "users"

@config = config
@initial_config = initial_config
Expand Down

0 comments on commit 78769c2

Please sign in to comment.