Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Ancor Gonzalez Sosa <[email protected]>
  • Loading branch information
joseivanlopez and ancorgs authored Dec 20, 2024
1 parent b12898a commit ce3e1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/lib/agama/storage/config_checkers/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def missing_alias_issue
def invalid_alias_issue
return unless configure? && device_alias && !valid_alias?

# TRANSLATORS: %s is the replaced by a device alias (e.g., "boot").
# TRANSLATORS: %s is replaced by a device alias (e.g., "boot").
error(format(_("There is no boot device with alias '%s'"), device_alias))
end

Expand Down

0 comments on commit ce3e1e9

Please sign in to comment.