diff --git a/public/locales/de/modules/ping.json b/public/locales/de/modules/ping.json index 645e2dd61..403c8027b 100644 --- a/public/locales/de/modules/ping.json +++ b/public/locales/de/modules/ping.json @@ -1,11 +1,11 @@ { "descriptor": { - "name": "Ping Services", - "description": "Pings your services and shows their status as an indicator" + "name": "Ping", + "description": "Allows you to check if the service is up or returns a specific HTTP status code." }, "states": { - "online": "Online {{response}}", - "offline": "Offline {{response}}", - "loading": "Laden..." - } + "online": "Online {{response}}", + "offline": "Offline {{response}}", + "loading": "Loading..." + } } \ No newline at end of file