This commit is contained in:
Igor Octaviano 2020-07-02 23:34:53 -03:00 committed by GitHub
parent 849c8a6ae1
commit 454474ddb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ function _askSaveDiscardOrCancel(UIViewportDialogService, viewportIndex) {
{ type: 'cancel', text: 'Cancel', value: RESPONSE.CANCEL }, { type: 'cancel', text: 'Cancel', value: RESPONSE.CANCEL },
{ {
type: 'secondary', type: 'secondary',
text: 'No, discard previosuly tracked series & measurements', text: 'No, discard previously tracked series & measurements',
value: RESPONSE.SET_STUDY_AND_SERIES, value: RESPONSE.SET_STUDY_AND_SERIES,
}, },
{ {