From b328ac128fd2074bfacffd211ed1b1ed054b98ad Mon Sep 17 00:00:00 2001 From: Milos Kozak Date: Fri, 19 Jun 2026 09:58:28 +0200 Subject: [PATCH] New translations browserbuild.md (German) [ci skip] --- docs/CROWDIN/de/SettingUpAaps/BrowserBuild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CROWDIN/de/SettingUpAaps/BrowserBuild.md b/docs/CROWDIN/de/SettingUpAaps/BrowserBuild.md index aab5acfebac5..dad302bd6244 100644 --- a/docs/CROWDIN/de/SettingUpAaps/BrowserBuild.md +++ b/docs/CROWDIN/de/SettingUpAaps/BrowserBuild.md @@ -117,7 +117,7 @@ https://github.com/nightscout/aaps-ci-preparation/releases/latest ```` AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS): - -- If this is your first time building AAPS (or you don't have a an Android Studio JKS), follow [AAPS-CI Option 1 – Generate JKS](#aaps-ci-option1) to complete the setup. +- Solltest Du AAPS das allererste Mal erstellen (oder Du kein Android Studio JKS haben), nutze den in [AAPS-CI Option 1 – JKS erzeugen](#aaps-ci-option1) beschriebenen Weg, um das Setup abzuschließen.
```{warning}