1
0
Fork 0

Fix #161: Rename spoiler to Content Warning.

This commit is contained in:
Nicolas Perriault 2017-05-12 11:49:42 +02:00
parent 7f6bfce7ba
commit a57fa721bd
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ draftView ({ draft, currentUser } as model) =
, checked hasSpoiler
]
[]
, text " Add a spoiler"
, text " Add a Content Warning"
]
]
, if hasSpoiler then
@ -242,7 +242,7 @@ draftView ({ draft, currentUser } as model) =
, rows 7
, placeholder <|
if hasSpoiler then
"This text will be hidden by default, as you have enabled a spoiler."
"This text will be hidden by default, as you have enabled a Content Warning."
else
"Once upon a time..."
, required True