Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
2da07923
Commit
2da07923
authored
Jul 27, 2016
by
Technoboy10
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revert verbiage change as per IRL discussion with Carl
parent
26d314a5
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
src/components/login/login.jsx
src/components/login/login.jsx
+1
-1
src/components/navigation/www/navigation.jsx
src/components/navigation/www/navigation.jsx
+2
-2
src/l10n.json
src/l10n.json
+2
-2
test/localization/spot_check_nav.js
test/localization/spot_check_nav.js
+2
-2
No files found.
src/components/login/login.jsx
View file @
2da07923
...
...
@@ -50,7 +50,7 @@ var Login = React.createClass({
</
Button
>
]
:
[
<
Button
className=
"submit-button white"
type=
"submit"
key=
"submitButton"
>
<
FormattedMessage
id=
'general.
log
In'
/>
<
FormattedMessage
id=
'general.
sign
In'
/>
</
Button
>
]
}
<
a
className=
"right"
href=
"/accounts/password_reset/"
key=
"passwordResetLink"
>
...
...
src/components/navigation/www/navigation.jsx
View file @
2da07923
...
...
@@ -300,7 +300,7 @@ var Navigation = React.createClass({
]
:
[
<
li
className=
"link right join"
key=
"join"
>
<
a
href=
"#"
onClick=
{
this
.
handleJoinClick
}
>
<
FormattedMessage
id=
"general.
signUp
"
/>
<
FormattedMessage
id=
"general.
joinScratch
"
/>
</
a
>
</
li
>,
<
Registration
...
...
@@ -314,7 +314,7 @@ var Navigation = React.createClass({
onClick=
{
this
.
handleLoginClick
}
className=
"ignore-react-onclickoutside"
key=
"login-link"
>
<
FormattedMessage
id=
"general.
log
In"
/>
<
FormattedMessage
id=
"general.
sign
In"
/>
</
a
>
<
Dropdown
className=
"login-dropdown with-arrow"
...
...
src/l10n.json
View file @
2da07923
...
...
@@ -27,7 +27,7 @@
"general.guidelines"
:
"Community Guidelines"
,
"general.help"
:
"Help"
,
"general.jobs"
:
"Jobs"
,
"general.
signUp"
:
"Sign Up
"
,
"general.
joinScratch"
:
"Join Scratch
"
,
"general.legal"
:
"Legal"
,
"general.loadMore"
:
"Load More"
,
"general.learnMore"
:
"Learn More"
,
...
...
@@ -62,7 +62,7 @@
"general.scratchFoundation"
:
"Scratch Foundation"
,
"general.scratchJr"
:
"ScratchJr"
,
"general.search"
:
"Search"
,
"general.
logIn"
:
"Log
in"
,
"general.
signIn"
:
"Sign
in"
,
"general.statistics"
:
"Statistics"
,
"general.studios"
:
"Studios"
,
"general.support"
:
"Support"
,
...
...
test/localization/spot_check_nav.js
View file @
2da07923
...
...
@@ -20,8 +20,8 @@ var languagesToCheck = [
'
he
'
,
'
zh-cn
'
,
'
ja
'
,
'
pt-br
'
,
'
pl
'
,
'
nb
'
];
var
idsToCheck
=
[
'
general.about
'
,
'
general.create
'
,
'
general.help
'
,
'
general.
signUp
'
,
'
general.
log
In
'
,
'
general.discuss
'
'
general.about
'
,
'
general.create
'
,
'
general.help
'
,
'
general.
joinScratch
'
,
'
general.
sign
In
'
,
'
general.discuss
'
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment