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:
|
container:
|
||||||
image: node:lts
|
image: node:lts
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build Website
|
- name: Build Website
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
},
|
},
|
||||||
"outage": {
|
"outage": {
|
||||||
"de": "Ausfall",
|
"de": "Ausfall",
|
||||||
"en": "Error"
|
"en": "Outage"
|
||||||
},
|
},
|
||||||
"maintenance": {
|
"maintenance": {
|
||||||
"de": "Wartung",
|
"de": "Wartung",
|
||||||
|
|
Loading…
Reference in a new issue