lib/PublicInbox/WwwStream.pm | 6 +++--- diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index be6ce2e6bc9f2b8efb60314662c97714710e0362..285416d5df75b8f5c42a4cb9d79257fd71149578 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -57,7 +57,7 @@ } sub _html_end { my ($self) = @_; - my $urls = 'Archives are clone-able:'; + my $urls = 'Archives are clonable:'; my $ctx = $self->{ctx}; my $obj = $ctx->{-inbox}; my $desc = ascii_html($obj->description); @@ -81,8 +81,8 @@ my $url = PublicInbox::Hval::prurl($ctx->{env}, PI_URL); '
'.join("\n",
'- ' . $desc,
$urls,
- 'Archived served using code from public-inbox:',
- qq(\tgit clone $url public-inbox),
+ 'Served with public-inbox: '.
+ qq(git clone $url public-inbox),
).'