mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 14:04:43 -04:00
feat(motd): read motd in RSC and provide via context
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
83c7f81a76
commit
a0bc8e98d0
11 changed files with 190 additions and 125 deletions
|
@ -506,7 +506,8 @@
|
|||
},
|
||||
"instance": {
|
||||
"header": "About this instance",
|
||||
"versionInfo": "Running version"
|
||||
"versionInfo": "Running version",
|
||||
"motdModal": "Show instance announcement"
|
||||
},
|
||||
"legal": {
|
||||
"header": "Legal",
|
||||
|
@ -596,7 +597,7 @@
|
|||
}
|
||||
},
|
||||
"motd": {
|
||||
"title": "Information"
|
||||
"title": "Announcement"
|
||||
},
|
||||
"errors": {
|
||||
"notFound": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue