From c5690b9a6b96897f19d3d3cad7eecfe463a93c2e Mon Sep 17 00:00:00 2001 From: Charles Mangwa Date: Thu, 9 Dec 2021 13:02:53 +0100 Subject: [PATCH] Minor fix --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a23b530..5fe06ff 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ That should get you up and running in just a few seconds ⚡️. ### Available `PapercupsIntl` parameters | Parameters | Type | Value | Default | | :--- | :--- | :----- | :------ | - | **`attachmentNamePlaceholder`** | `String` | Text displayed when an attachment doesn't have a file name | `"No Name"` | | **`attachmentUploadErrorText`** | `String` | Error message displayed when an attachment could not be uploaded | `"Failed to upload attachment"` | | **`attachmentUploadedText`** | `String` | Text displayed when an attachment has been uploaded | `"Attachment uploaded"` |