We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa00f01 commit ecfc8e6Copy full SHA for ecfc8e6
1 file changed
src/store/mainStore/actions.js
@@ -480,7 +480,7 @@ export default function mainStoreActions() {
480
if (reply) {
481
const original = await this.fetchMessage(reply.data.databaseId)
482
if (reply?.smartReply) {
483
- const aiDisclaimerText = t('mail', '(Parts of this reply were generated with AI)')
+ const aiDisclaimerText = t('mail', '(All or part of this reply was generated by AI)')
484
485
if (original.hasHtmlBody) {
486
reply.smartReply = `${reply.smartReply}
0 commit comments