mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-18 21:42:07 +08:00
Merge pull request #7596 from artoscinote/ma_SCI_10718
Change name of initial templates project [SCI-10718]
This commit is contained in:
commit
497ee9e031
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ class Constants
|
||||||
# Team name for default admin user
|
# Team name for default admin user
|
||||||
DEFAULT_PRIVATE_TEAM_NAME = 'My projects'.freeze
|
DEFAULT_PRIVATE_TEAM_NAME = 'My projects'.freeze
|
||||||
|
|
||||||
TEMPLATES_PROJECT_NAME = 'Templates'.freeze
|
TEMPLATES_PROJECT_NAME = 'SciNote Examples'.freeze
|
||||||
|
|
||||||
# Interval time for polling status state
|
# Interval time for polling status state
|
||||||
FAST_STATUS_POLLING_INTERVAL = 5000
|
FAST_STATUS_POLLING_INTERVAL = 5000
|
||||||
|
|
Loading…
Reference in a new issue