fix: typo
This commit is contained in:
parent
8babc8f980
commit
9587d27b02
@ -36,7 +36,7 @@ function promptUser({ servicesManager, extensionManager }, ctx, evt) {
|
|||||||
|
|
||||||
function _askTrackMeasurements(UIViewportDialogService, viewportIndex) {
|
function _askTrackMeasurements(UIViewportDialogService, viewportIndex) {
|
||||||
return new Promise(function(resolve, reject) {
|
return new Promise(function(resolve, reject) {
|
||||||
const message = 'Track measurements for this seies?';
|
const message = 'Track measurements for this series?';
|
||||||
const actions = [
|
const actions = [
|
||||||
{ type: 'cancel', text: 'No', value: RESPONSE.CANCEL },
|
{ type: 'cancel', text: 'No', value: RESPONSE.CANCEL },
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user