Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodlenet
MoodleNet Frontend
Commits
f1bb35aa
Commit
f1bb35aa
authored
Jun 02, 2020
by
ivan minutillo
Browse files
updated instance description
parent
2feb4fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mn-constants.tsx
View file @
f1bb35aa
...
...
@@ -9,7 +9,8 @@ export const DEFAULT_PAGE_SIZE =
export
const
APP_NAME
=
'
MoodleNet
'
;
export
const
INSTANCE_DESCRIPTION
=
process
.
env
.
INSTANCE_DESCRIPTION
||
'
An instance of MoodleNet.
'
;
process
.
env
.
INSTANCE_DESCRIPTION
||
'
This general-purpose instance of MoodleNet is run by Moodle HQ and is part of the wider network.
'
;
export
const
INVITE_ONLY_TEXT
=
process
.
env
.
REACT_APP_INVITE_ONLY_TEXT
||
'
Please note, signups on this instance are currently invite-only.
'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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