Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ export function BackdropDialog({
)}
<div style={styles['message']}>{message}</div>
<div style={styles['buttonsContainer']}>
<Button
variant='outline'
primaryColor='primary-xlight'
secondaryColor='background-dark'
icon={confirmIcon}
style={style.confirmButton}
onClick={onConfirm}
>
{confirmLabel}
</Button>
<Button
variant='outline'
primaryColor='alert-light'
Expand All @@ -61,6 +51,16 @@ export function BackdropDialog({
>
{cancelLabel}
</Button>
<Button
variant='outline'
primaryColor='primary-xlight'
secondaryColor='background-dark'
icon={confirmIcon}
style={style.confirmButton}
onClick={onConfirm}
>
{confirmLabel}
</Button>
</div>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"closeConfirm": {
"message": "Sind Sie sicher, dass Sie das Erfassungstool schließen wollen?",
"cancel": "Abbrechen",
"cancel": "Nein",
"confirm": "Ja"
},
"guidelines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"closeConfirm": {
"message": "Are you sure you want to close the capture tool?",
"cancel": "Cancel",
"cancel": "No",
"confirm": "Yes"
},
"guidelines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"closeConfirm": {
"message": "Êtes-vous sûr(e) de vouloir fermer l'outil de capture ?",
"cancel": "Annuler",
"cancel": "Non",
"confirm": "Oui"
},
"guidelines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/inspection-capture-web/src/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"closeConfirm": {
"message": "Weet je zeker dat je de capture tool wilt sluiten?",
"cancel": "Annuleren",
"cancel": "Nee",
"confirm": "Ja"
},
"guidelines": {
Expand Down