Merge pull request #7596 from artoscinote/ma_SCI_10718

Change name of initial templates project [SCI-10718]
This commit is contained in:
Martin Artnik 2024-05-24 12:40:08 +02:00 committed by GitHub
commit 497ee9e031
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -424,7 +424,7 @@ class Constants
# Team name for default admin user
DEFAULT_PRIVATE_TEAM_NAME = 'My projects'.freeze
TEMPLATES_PROJECT_NAME = 'Templates'.freeze
TEMPLATES_PROJECT_NAME = 'SciNote Examples'.freeze
# Interval time for polling status state
FAST_STATUS_POLLING_INTERVAL = 5000