This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Replace "Unlisted mode" with more explicit text
closed-social-v3
Andrea Faulds
8 years ago
parent
1d0321fc45
commit
fd01f13b3c
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/assets/javascripts/components/features/compose/components/compose_form.jsx
+1
-1
app/assets/javascripts/components/locales/en.jsx
+ 1
- 1
app/assets/javascripts/components/features/compose/components/compose_form.jsx
View File
@ -195,7 +195,7 @@ const ComposeForm = React.createClass({
<
label
style
=
{
{
display
:
'block'
,
lineHeight
:
'24px'
,
verticalAlign
:
'middle'
,
marginTop
:
'10px'
,
borderTop
:
'1px solid #282c37'
,
paddingTop
:
'10px'
}
}
>
<
Toggle
checked
=
{
this
.
props
.
unlisted
}
onChange
=
{
this
.
handleChangeVisibility
}
/
>
<
span
style
=
{
{
display
:
'inline-block'
,
verticalAlign
:
'middle'
,
marginBottom
:
'14px'
,
marginLeft
:
'8px'
,
color
:
'#9baec8'
}
}
>
<
FormattedMessage
id
=
'compose_form.unlisted'
defaultMessage
=
'
Unlisted mod
e'
/
>
<
/
span
>
<
span
style
=
{
{
display
:
'inline-block'
,
verticalAlign
:
'middle'
,
marginBottom
:
'14px'
,
marginLeft
:
'8px'
,
color
:
'#9baec8'
}
}
>
<
FormattedMessage
id
=
'compose_form.unlisted'
defaultMessage
=
'
Do not show on public timelin
e'
/
>
<
/
span
>
<
/
label
>
<
label
style
=
{
{
display
:
'block'
,
lineHeight
:
'24px'
,
verticalAlign
:
'middle'
}
}
>
+ 1
- 1
app/assets/javascripts/components/locales/en.jsx
View File
@ -38,7 +38,7 @@ const en = {
"compose_form.placeholder"
:
"What is on your mind?"
,
"compose_form.publish"
:
"Toot"
,
"compose_form.sensitive"
:
"Mark content as sensitive"
,
"compose_form.unlisted"
:
"
Unlisted mod
e"
,
"compose_form.unlisted"
:
"
Do not show on public timelin
e"
,
"navigation_bar.settings"
:
"Settings"
,
"navigation_bar.public_timeline"
:
"Public timeline"
,
"navigation_bar.logout"
:
"Logout"
,
Write
Preview
Loading…
Cancel
Save