From b315eca5661fbdffbf219b0bd2097e56acf2c3bf Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 25 Mar 2020 10:59:24 +0100 Subject: [PATCH] Update error headline (VPU/Middleware/API#40) --- src/i18n/de/translation.json | 2 +- src/i18n/en/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/de/translation.json b/src/i18n/de/translation.json index 3e90e0a..8e1589d 100644 --- a/src/i18n/de/translation.json +++ b/src/i18n/de/translation.json @@ -12,7 +12,7 @@ "download-zip-button-tooltip": "Alle signierten Dateien als ZIP Datei herunterladen", "upload-button-label": "PDF Dateien auswählen", "download-file-button-title": "Signiertes PDF herunterladen", - "error-files-label": "Fehlgeschlagene Hochladevorgänge", + "error-files-label": "Fehlgeschlagene Signiervorgänge", "re-upload-file-button-title": "Erneut hochladen" }, "welcome": { diff --git a/src/i18n/en/translation.json b/src/i18n/en/translation.json index a403d88..b3ed3e2 100644 --- a/src/i18n/en/translation.json +++ b/src/i18n/en/translation.json @@ -12,7 +12,7 @@ "download-zip-button-tooltip": "Download all signed files as ZIP file", "upload-button-label": "Select PDF files", "download-file-button-title": "Download signed PDF", - "error-files-label": "Failed uploads", + "error-files-label": "Failed signing processes", "re-upload-file-button-title": "Upload again" }, "welcome": { -- GitLab