@@ -173,9 +173,9 @@
-
-
+
{{ $t('trials:reading:Segmentations:button:addSegment') }}
@@ -302,7 +302,7 @@
{{
$t('trials:reading:Segmentations:button:recovery')
- }}
+ }}
@@ -798,7 +798,8 @@ export default {
async restoreSegmentationVersion(row) {
try {
this.popoverId = null
- let confirm = await this.$confirm(this.$t('trials:reading:Segmentations:confirm:CurrentDataIsLoss'))
+ let message = this.$t('trials:reading:Segmentations:confirm:CurrentDataIsLoss').replace("xxx", row.Version)
+ let confirm = await this.$confirm(message)
if (!confirm) return false
let data = {
SegmentationId: this.segmentationId,