slightly better group mention and link dupe copy
This commit is contained in:
parent
468af7f0d7
commit
aaafd9f26e
|
@ -85,7 +85,7 @@
|
|||
|
||||
.post-links {
|
||||
margin-top: 1em;
|
||||
padding: 1em 1em 0;
|
||||
padding-top: 1em;
|
||||
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
||||
}
|
||||
|
||||
|
|
|
@ -988,8 +988,8 @@ en:
|
|||
similar_topics: "Your topic is similar to..."
|
||||
drafts_offline: "drafts offline"
|
||||
|
||||
group_mentioned: "By mentioning {{group}}, you are about to notify <a href='{{group_link}}'>{{count}} people</a>."
|
||||
duplicate_link: "It looks like your link to <b>{{domain}}</b> was already posted in the topic by <b>@{{username}}</b> in <a href='{{post_url}}'>an earlier reply on {{ago}}</a>"
|
||||
group_mentioned: "By mentioning {{group}}, you are about to notify <a href='{{group_link}}'>{{count}} people</a> – are you sure?"
|
||||
duplicate_link: "It looks like your link to <b>{{domain}}</b> was already posted in the topic by <b>@{{username}}</b> in <a href='{{post_url}}'>a reply {{ago}}</a> – are you sure you want to post it again?"
|
||||
|
||||
error:
|
||||
title_missing: "Title is required"
|
||||
|
|
Loading…
Reference in New Issue