aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/render-msg.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/render-msg.js b/lib/render-msg.js
index a9b783f..5d16544 100644
--- a/lib/render-msg.js
+++ b/lib/render-msg.js
@@ -289,10 +289,10 @@ RenderMsg.prototype.channel = function (cb) {
RenderMsg.prototype.gitRepo = function (cb) {
this.wrapMini([
- 'git repo ',
+ 'git clone ',
h('code', h('small', 'ssb://' + this.msg.key)),
this.c.name ? [' ', h('a', {href: this.toUrl(this.msg.key)},
- '%' + this.c.name)] : ''
+ this.c.name)] : ''
], cb)
}