diff --git a/frontend/src/lang/translations/de.json b/frontend/src/lang/translations/de.json index 0e9c414..4fa4ff9 100644 --- a/frontend/src/lang/translations/de.json +++ b/frontend/src/lang/translations/de.json @@ -45,7 +45,7 @@ "box-header": "WireGuard Installation", "headline": "Installation", "content": "Die Installationsanweisungen für die Client-Software finden Sie auf der offiziellen WireGuard-Website.", - "btn": "Anleitung öffnen" + "button": "Anleitung öffnen" }, "about-wg": { "box-header": "Über WireGuard", @@ -486,4 +486,4 @@ } } } -} \ No newline at end of file +} diff --git a/frontend/src/lang/translations/en.json b/frontend/src/lang/translations/en.json index fa0739b..a502f59 100644 --- a/frontend/src/lang/translations/en.json +++ b/frontend/src/lang/translations/en.json @@ -45,7 +45,7 @@ "box-header": "WireGuard Installation", "headline": "Installation", "content": "Installation instructions for client software can be found on the official WireGuard website.", - "btn": "Open Instructions" + "button": "Open Instructions" }, "about-wg": { "box-header": "About WireGuard",