Skip to content

Commit

Permalink
feat: Use translation key in close popup (dvsa/olcs-internal#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
wadedvsa authored Mar 12, 2024
1 parent 0ecbb94 commit def1bee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CloseConversationText
/**
* @Form\Type(PlainText::class)
* @Form\Attributes({
* "value": "The conversation will be removed from the Inbox and a transcript will be archived in docs and attachments tab."
* "value": "messaging.close-conversation.popup"
* })
*/
public ?PlainText $text = null;
Expand Down

0 comments on commit def1bee

Please sign in to comment.