Skip to content

Commit 138eb0d

Browse files
committed
change text
1 parent 66a873e commit 138eb0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/src/components/messages/MessageView.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ onUnmounted(() => {
388388
showRetryConfirm = false;
389389
retryMessage();
390390
"
391-
heading="Are you sure you want to retry this message?"
392-
body="Are you sure you want to retry this message?"
391+
:heading="'Retry Message'"
392+
:body="'Are you sure you want to retry this message?'"
393393
></ConfirmDialog>
394394

395395
<EditRetryDialog

0 commit comments

Comments
 (0)