From fddf3e108d286e1691f90ac264a1b73e15442592 Mon Sep 17 00:00:00 2001
From: Tamara Steinwender <tamara.steinwender@tugraz.at>
Date: Tue, 4 May 2021 14:19:59 +0200
Subject: [PATCH] Fix 'Signieren unterbrechen' button is too wide in 320 view

---
 src/i18n/de/translation.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/i18n/de/translation.json b/src/i18n/de/translation.json
index 027e998..78a255e 100644
--- a/src/i18n/de/translation.json
+++ b/src/i18n/de/translation.json
@@ -9,7 +9,7 @@
     "remove-queued-file-button-title": "Dokument aus der Warteschlange entfernen",
     "clear-all": "Alle entfernen",
     "start-signing-process-button": "Signatur starten",
-    "stop-signing-process-button": "Signieren unterbrechen",
+    "stop-signing-process-button": "Unterbrechen",
     "show-preview": "Dokument anzeigen",
     "positioning-automatic": "Auto",
     "positioning-manual": "Manuell",
@@ -48,7 +48,7 @@
     "remove-queued-file-button-title": "Dokument aus der Warteschlange entfernen",
     "clear-all": "Alle entfernen",
     "start-signing-process-button": "Signatur starten",
-    "stop-signing-process-button": "Signieren unterbrechen",
+    "stop-signing-process-button": "Unterbrechen",
     "show-preview": "Dokument anzeigen",
     "positioning-automatic": "Auto",
     "positioning-manual": "Manuell",
-- 
GitLab