diff --git a/r2/r2/templates/message.compact b/r2/r2/templates/message.compact index a72e2b007..5d0e22a3a 100644 --- a/r2/r2/templates/message.compact +++ b/r2/r2/templates/message.compact @@ -34,7 +34,7 @@ %if thing.sr_id: - #${thing.subreddit.name} + /r/${thing.subreddit.name} %else: diff --git a/r2/r2/templates/messagecompose.html b/r2/r2/templates/messagecompose.html index 3b0a22548..efeaafd48 100644 --- a/r2/r2/templates/messagecompose.html +++ b/r2/r2/templates/messagecompose.html @@ -50,7 +50,7 @@ function admincheck(elem) {
<%utils:round_field title="${_('to')}", - description="${_('(username, or # followed by the reddit name)')}"> + description="${_('(username, or /r/ followed by the reddit name)')}"> ${error_field("NO_USER", "to")}