Skip to content

Commit

Permalink
fix: swap store / send description (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarde authored May 29, 2023
1 parent f031914 commit b76c1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/formSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ export default () => {
store: {
type: 'boolean',
title: intl.formatMessage(messages.store),
description: intl.formatMessage(messages.attachmentSendEmail),
},
send: {
type: 'boolean',
title: intl.formatMessage(messages.send),
description: intl.formatMessage(messages.attachmentSendEmail),
},
},
required: ['default_to', 'default_from', 'default_subject'],
Expand Down

0 comments on commit b76c1ec

Please sign in to comment.