Skip to content

Commit e3f66d5

Browse files
committed
Update warning message displayed
1 parent 8131aa6 commit e3f66d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChatTile.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</div>
2424

2525
<p v-if="displayWarning" class="warning-message">
26-
The message you're trying to send was flagged as offensive. Please consider minding the language you use in this meeting.
26+
Oops! The message you're trying to send was flagged as potentially offensive. If you think this was flagged in error, please contact us!
2727
</p>
2828

2929
<form @submit="submitForm">

0 commit comments

Comments
 (0)