diff --git a/src/Components/RightSidebar/RequestSignatureTab.vue b/src/Components/RightSidebar/RequestSignatureTab.vue index 8e4d97e79d..4dccfb0812 100644 --- a/src/Components/RightSidebar/RequestSignatureTab.vue +++ b/src/Components/RightSidebar/RequestSignatureTab.vue @@ -41,47 +41,61 @@
- - - {{ isSignElementsAvailable() ? t('libresign', 'Edit visible signatures') : t('libresign', 'Save') }} - - - - {{ t('libresign', 'Send') }} - - - - {{ t('libresign', 'Sign') }} - - - {{ t('libresign', 'Validate') }} - - - - {{ t('libresign', 'Open file') }} - +
+ + + {{ isSignElementsAvailable() ? t('libresign', 'Setup signature positions') : t('libresign', 'Save') }} + + + + {{ t('libresign', 'Request signatures') }} + +
+
+ + + {{ t('libresign', 'Sign document') }} + +
+
+ + + {{ t('libresign', 'Validation info') }} + + + + {{ t('libresign', 'Open file') }} + +