about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/PublicInbox/WwwStream.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index be6ce2e6..285416d5 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -57,7 +57,7 @@ sub _html_top ($) {
 
 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 @@ sub _html_end {
         '<pre>'.join("\n",
                 '- ' . $desc,
                 $urls,
-                'Archived served using code from public-inbox:',
-                qq(\tgit clone <a\nhref="$url">$url</a> public-inbox),
+                'Served with public-inbox: '.
+                qq(git clone <a\nhref="$url">$url</a> public-inbox),
         ).'</pre></body></html>';
 }