Skip to content

Commit f1ca403

Browse files
cquirosjjohnsimons
andauthored
Update src/Frontend/src/components/messages2/SagaDiagram/NoSagaData.vue
Co-authored-by: John Simons <[email protected]>
1 parent 3b15dfd commit f1ca403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/src/components/messages2/SagaDiagram/NoSagaData.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import NoSagaIcon from "@/assets/NoSaga.svg";
66
<div class="body">
77
<div class="saga-message">
88
<div class="saga-message-container">
9-
<img class="saga-message-image" :src="NoSagaIcon" alt="" v-tippy="`No saga data found`" />
10-
<h1 role="status" aria-label="message-not-involved-in-saga" class="saga-message-title" v-tippy="`This message is not part of any saga`">No Saga Data Available</h1>
9+
<img class="saga-message-image" :src="NoSagaIcon" alt="No saga data found" />
10+
<h1 role="status" aria-label="message-not-involved-in-saga" class="saga-message-title">This message is not part of any saga</h1>
1111
</div>
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)