This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Patching rebase errors
closed-social-glitch-2
kibigo!
7 years ago
parent
7eda83a36a
commit
8ea779e59a
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/mastodon/features/getting_started/index.js
+1
-2
app/javascript/mastodon/features/ui/components/onboarding_modal.js
+ 1
- 1
app/javascript/mastodon/features/getting_started/index.js
View File
@ -97,7 +97,7 @@ export default class GettingStarted extends ImmutablePureComponent {
<
FormattedMessage
id
=
'getting_started.open_source_notice'
defaultMessage
=
'Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.'
values
=
{
{
github
:
<
a
href
=
'https://github.com/glitch-soc/mastodon'
rel
=
'noopener'
target
=
'_blank'
>
glitch
-
soc
/
mastodon
<
/a>, Mastodon: <a href='https:/
/
github
.
com
/
tootsuite
/
mastodon
' rel='
noopener
' target='
_blank
'
>
Mastodon
<
/
a
>
}
}
values
=
{
{
github
:
<
a
href
=
'https://github.com/glitch-soc/mastodon'
rel
=
'noopener'
target
=
'_blank'
>
glitch
-
soc
/
mastodon
<
/a>, Mastodon: <a href='https:/
/
github
.
com
/
tootsuite
/
mastodon
' rel='
noopener
' target='
_blank
'
>
Mastodon
<
/
a
>
}
}
/
>
<
/
p
>
<
/
d
i
v
>
+ 1
- 2
app/javascript/mastodon/features/ui/components/onboarding_modal.js
View File
@ -155,8 +155,7 @@ const PageSix = ({ admin, domain }) => {
<
/
d
i
v
>
)
;
}
;
<
a
href
=
'https://github.com/glitch-soc/mastodon'
target
=
'_blank'
rel
=
'noopener'
>
GitHub
<
/a> }} /
>
<
/
p
>
<
p
>
<
FormattedMessage
id
=
'onboarding.page_six.apps_available'
defaultMessage
=
'There are {apps} available for iOS, Android and other platforms.'
values
=
{
{
apps
:
<
a
href
=
'
https
:
//github.com/tootsuite/documentation/blob/master/Using-Mast
PageSix
.
propTypes
=
{
admin
:
ImmutablePropTypes
.
map
,
domain
:
PropTypes
.
string
.
isRequired
,
Write
Preview
Loading…
Cancel
Save