diff --git a/app/javascript/submission_form/signature_step.vue b/app/javascript/submission_form/signature_step.vue
index 4a8fbe9c..f1f6a5be 100644
--- a/app/javascript/submission_form/signature_step.vue
+++ b/app/javascript/submission_form/signature_step.vue
@@ -20,7 +20,7 @@
@@ -37,7 +37,7 @@
@@ -54,7 +54,7 @@
@@ -81,10 +81,10 @@
@click.prevent="remove"
>
- {{ t('redraw') }}
+ {{ t(format === 'upload' ? 'reupload' : 'redraw') }}
@@ -131,7 +131,18 @@
:src="attachmentsIndex[modelValue || computedPreviousValue].url"
class="mx-auto bg-white border border-base-300 rounded max-h-44"
>
-
+
+
-