diff --git a/resources/js/admin/i18n/locales/de/management.json b/resources/js/admin/i18n/locales/de/management.json
index 87d3b1f..758e79a 100644
--- a/resources/js/admin/i18n/locales/de/management.json
+++ b/resources/js/admin/i18n/locales/de/management.json
@@ -1203,7 +1203,6 @@
}
},
"uploader": {
- "format": "Antwort-Format",
"hint": "POST mit Mediendatei oder base64-Feld \"media\"; die App nutzt diese Zugangsdaten."
},
"actions": {
diff --git a/resources/js/admin/i18n/locales/en/management.json b/resources/js/admin/i18n/locales/en/management.json
index dc9bda2..c1edce6 100644
--- a/resources/js/admin/i18n/locales/en/management.json
+++ b/resources/js/admin/i18n/locales/en/management.json
@@ -916,7 +916,6 @@
}
},
"uploader": {
- "format": "Response format",
"hint": "POST with media file or base64 \"media\" field; app uses these credentials."
},
"actions": {
diff --git a/resources/js/admin/mobile/EventPhotoboothPage.tsx b/resources/js/admin/mobile/EventPhotoboothPage.tsx
index 6773f6c..5283db5 100644
--- a/resources/js/admin/mobile/EventPhotoboothPage.tsx
+++ b/resources/js/admin/mobile/EventPhotoboothPage.tsx
@@ -144,7 +144,6 @@ export default function MobileEventPhotoboothPage() {
const uploads24h = metrics?.uploads_24h ?? metrics?.uploads_today;
const uploadsTotal = metrics?.uploads_total;
const uploadUrl = spark?.upload_url ?? status?.upload_url;
- const responseFormat = spark?.response_format ?? 'json';
const username = spark?.username ?? status?.username ?? null;
const password = spark?.password ?? status?.password ?? null;
@@ -261,7 +260,6 @@ export default function MobileEventPhotoboothPage() {
-
{t('photobooth.uploader.hint', 'POST with media file or base64 "media" field; app uses these credentials.')}