mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
Refactor button to add a manual zone
- do not show the button if a zone is selected (to avoid to create two selected zones on the document); - change the button while waiting for the user to create a new zone: this make visible the fact that the app is waiting for a user action
This commit is contained in:
@@ -15,6 +15,7 @@ const appMessages = {
|
||||
last_sign_zone: 'Zone de signature précédente',
|
||||
next_sign_zone: 'Zone de signature suivante',
|
||||
add_sign_zone: 'Ajouter une zone de signature',
|
||||
click_on_document: 'Cliquer sur le document',
|
||||
last_zone: 'Zone précédente',
|
||||
next_zone: 'Zone suivante',
|
||||
add_zone: 'Ajouter une zone',
|
||||
|
Reference in New Issue
Block a user