From d4c16ccf971d0808b5b5e0e4b90241194522fcc5 Mon Sep 17 00:00:00 2001 From: Antoine Piron Date: Thu, 11 Jun 2026 08:21:44 +0200 Subject: [PATCH] chore: translate release notes to English Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b79ab6f..7c6d255 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,11 +106,11 @@ jobs: body: | ## Postiz Mobile ${{ github.ref_name }} - APK signé pour Android — installation directe (sideload). + Signed APK for Android — direct install (sideload). ### Installation - 1. Activer "Sources inconnues" sur l'appareil - 2. Transférer l'APK et ouvrir pour installer + 1. Enable "Unknown sources" on the device + 2. Transfer the APK to the device and open it to install files: ${{ steps.apk.outputs.path }} draft: false prerelease: ${{ contains(github.ref_name, '-') }}