From 3d07f74d266768ea2ef41b71af3fa766ab4f9120 Mon Sep 17 00:00:00 2001 From: Marco Holz <marco.holz@fitko.de> Date: Thu, 11 Nov 2021 16:46:47 +0000 Subject: [PATCH] =?UTF-8?q?Im=20Download-Label=20"OpenAPI"=20erw=C3=A4hnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DownloadLabel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DownloadLabel.js b/src/components/DownloadLabel.js index 8ac2c55a6..dccbcb864 100644 --- a/src/components/DownloadLabel.js +++ b/src/components/DownloadLabel.js @@ -2,6 +2,6 @@ import React from "react"; export default ({ baseURL, version, artifact }) => { return <a href={`${baseURL}/${version}/${artifact}`} download> - (herunterladen) + (im Format OpenAPI herunterladen) </a> } -- GitLab