Skip to content

Commit

Permalink
BC-4320 - Inconsistent page titles (#4305)
Browse files Browse the repository at this point in the history
This PR adjusts the default SC_TITLE and SC_SHORT_TITLE.
  • Loading branch information
NFriedo authored Aug 14, 2023
1 parent ed29103 commit bf64b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -602,12 +602,12 @@
},
"SC_TITLE": {
"type": "string",
"default": "HPI Schul-Cloud",
"default": "dBildungscloud",
"description": "The used title."
},
"SC_SHORT_TITLE": {
"type": "string",
"default": "HPI Schul-Cloud",
"default": "dBildungscloud",
"description": "Look to SC_TITLE, it is a possible short form of it."
},
"SC_DOMAIN": {
Expand Down

0 comments on commit bf64b99

Please sign in to comment.