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
7e89ccef
Commit
7e89ccef
authored
Jul 28, 2016
by
Ray Schamp
Committed by
GitHub
Jul 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #784 from rschamp/bugfix/783
Move "select country" to general strings
parents
9e9ffc96
e218cc51
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/components/registration/steps.jsx
src/components/registration/steps.jsx
+1
-1
src/l10n.json
src/l10n.json
+1
-0
src/views/teacherregistration/l10n.json
src/views/teacherregistration/l10n.json
+0
-1
No files found.
src/components/registration/steps.jsx
View file @
7e89ccef
...
...
@@ -29,7 +29,7 @@ require('./steps.scss');
var
DEFAULT_COUNTRY
=
'
us
'
;
var
getCountryOptions
=
function
(
defaultCountry
)
{
var
options
=
countryData
.
countryOptions
.
concat
({
label
:
<
intl
.
FormattedMessage
id=
"
teacherR
egistration.selectCountry"
/>,
label
:
<
intl
.
FormattedMessage
id=
"
r
egistration.selectCountry"
/>,
disabled
:
true
,
selected
:
true
});
...
...
src/l10n.json
View file @
7e89ccef
...
...
@@ -128,6 +128,7 @@
"registration.notYou"
:
"Not you? Log in as another user"
,
"registration.personalStepTitle"
:
"Personal Information"
,
"registration.personalStepDescription"
:
"Your individual responses will not be displayed publicly, and will be kept confidential and secure"
,
"registration.selectCountry"
:
"select country"
,
"registration.studentPersonalStepDescription"
:
"This information will not appear on the Scratch website."
,
"registration.showPassword"
:
"Show password"
,
"registration.usernameStepDescription"
:
"Fill in the following forms to request an account. The approval process may take up to 24 hours."
,
...
...
src/views/teacherregistration/l10n.json
View file @
7e89ccef
...
...
@@ -25,7 +25,6 @@
"teacherRegistration.orgChoiceCamp"
:
"Camp"
,
"teacherRegistration.orgChoiceOther"
:
" "
,
"teacherRegistration.notRequired"
:
"Not Required"
,
"teacherRegistration.selectCountry"
:
"select country"
,
"teacherRegistration.addressValidationError"
:
"This doesn't look like a real address"
,
"teacherRegistration.addressLine1"
:
"Address Line 1"
,
"teacherRegistration.addressLine2"
:
"Address Line 2 (Optional)"
,
...
...
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