Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 80a44d0

Browse files
Merge pull request #1259 from hexagon6/master
Fixes issue #1254
2 parents a3b0d92 + b68ca10 commit 80a44d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/depject/message/sheet/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exports.create = function (api) {
3131
h('div.info', [
3232
h('p', [
3333
i18n('Private messages can only be addressed to up to 7 people. '),
34-
plural('Your message has %s recipients', recps.length)
34+
plural('Your message has %s recipients, including yourself', recps.length)
3535
]),
3636
h('p', [i18n('Please go back and remove some of the recipients.')])
3737
])

0 commit comments

Comments
 (0)