diff --git a/README.md b/README.md
index 1b3ec308d..421a37f82 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ In addition, M³ itself has been translated into several languages by many volun
#### Available
-
100% | 100% | 100% | 100% | 100% |
100% | 100% | 100% | 100% | 99% |
99% | 99% | 95% | 57% | 54% |
+100% | 100% | 100% | 100% | 100% |
100% | 100% | 100% | 100% | 100% |
99% | 99% | 95% | 57% | 54% |
#### In progress
diff --git a/docs/src/de/faq.md b/docs/src/de/faq.md
index 9887e832c..ae31b83b8 100644
--- a/docs/src/de/faq.md
+++ b/docs/src/de/faq.md
@@ -36,6 +36,6 @@ Vielen Dank für Ihr Interesse, das Projekt zu unterstützen! Aus der Perspektiv
:::tip :book: Matthäus 10:8
-"Umsonst habt ihr empfangen, umsonst gebt!"
+"Kostenfrei habt ihr empfangen, kostenfrei gebt."
:::
diff --git a/docs/src/de/using-at-a-kingdom-hall.md b/docs/src/de/using-at-a-kingdom-hall.md
index 6c400b43f..a1b974d75 100644
--- a/docs/src/de/using-at-a-kingdom-hall.md
+++ b/docs/src/de/using-at-a-kingdom-hall.md
@@ -166,4 +166,4 @@ Wenn Ihre Versammlung regelmäßig Hybrid-Versammlungen abhält, wird dringend e
## 3. Genießen Sie die Nutzung von M³ {#enjoy-using-m3}
-Once the setup wizard is complete, M³ is ready to help manage and present media for congregation meetings. Enjoy using the app! :tada:
+Sobald der Einrichtungsassistent abgeschlossen ist, ist M³ bereit, die Verwaltung und Präsentation von Medien für Versammlungen zu unterstützen. Viel Spaß beim Benutzen! :tada:
diff --git a/src-electron/main/utils.ts b/src-electron/main/utils.ts
index 0f42f2ee8..042f5abe8 100644
--- a/src-electron/main/utils.ts
+++ b/src-electron/main/utils.ts
@@ -4,7 +4,7 @@ import { captureException } from '@sentry/electron/main';
import { version } from 'app/package.json';
import { app } from 'electron';
-import { IS_DEV, JW_DOMAINS, TRUSTED_DOMAINS } from '../constants';
+import { IS_DEV, JW_DOMAINS, TRUSTED_DOMAINS } from './../constants';
import { urlVariables } from './session';
/**
diff --git a/src-electron/main/window/window-main.ts b/src-electron/main/window/window-main.ts
index d84463549..31dea8f32 100644
--- a/src-electron/main/window/window-main.ts
+++ b/src-electron/main/window/window-main.ts
@@ -1,9 +1,9 @@
import type { BrowserWindow } from 'electron';
import { PLATFORM } from 'app/src-electron/constants';
-import { throttle } from 'app/src-electron/main/utils';
-import { cancelAllDownloads } from '../downloads';
+import { cancelAllDownloads } from './../downloads';
+import { throttle } from './../utils';
import { closeOtherWindows, createWindow, sendToWindow } from './window-base';
import { createMediaWindow, moveMediaWindow } from './window-media';