diff --git a/Library/Homebrew/livecheck/strategy/header_match.rb b/Library/Homebrew/livecheck/strategy/header_match.rb index 94d1706df7..bd0406089d 100644 --- a/Library/Homebrew/livecheck/strategy/header_match.rb +++ b/Library/Homebrew/livecheck/strategy/header_match.rb @@ -13,7 +13,7 @@ module Homebrew class HeaderMatch extend T::Sig - NICE_NAME = "Match HTTP Headers" + NICE_NAME = "Header match" # We set the priority to zero since this cannot # be detected automatically.