Compare commits
2 commits
9abc572bc3
...
2b9e8097d1
Author | SHA1 | Date | |
---|---|---|---|
2b9e8097d1 | |||
95fdada921 |
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
container:
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Build Website
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
},
|
||||
"outage": {
|
||||
"de": "Ausfall",
|
||||
"en": "Error"
|
||||
"en": "Outage"
|
||||
},
|
||||
"maintenance": {
|
||||
"de": "Wartung",
|
||||
|
|
Loading…
Reference in a new issue