Skip to content

Commit ecfc8e6

Browse files
committed
fixup! feat: add ai hint for smart replys
Signed-off-by: greta <gretadoci@gmail.com>
1 parent aa00f01 commit ecfc8e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/mainStore/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ export default function mainStoreActions() {
480480
if (reply) {
481481
const original = await this.fetchMessage(reply.data.databaseId)
482482
if (reply?.smartReply) {
483-
const aiDisclaimerText = t('mail', '(Parts of this reply were generated with AI)')
483+
const aiDisclaimerText = t('mail', '(All or part of this reply was generated by AI)')
484484

485485
if (original.hasHtmlBody) {
486486
reply.smartReply = `${reply.smartReply}

0 commit comments

Comments
 (0)