Skip to content

Commit 2559a74

Browse files
djhislax57
andauthored
Apply suggestions from code review
Co-authored-by: Jean-Baptiste Kaiser <[email protected]>
1 parent 6251bda commit 2559a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Buttons.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ export const en = {
824824
posts: {
825825
name: 'Post |||| Posts',
826826
action: {
827-
delete: 'Destroy %{recordRepresentation}'
827+
delete: 'Permanently remove %{recordRepresentation}'
828828
}
829829
},
830830
},
@@ -1270,7 +1270,7 @@ export const en = {
12701270
You can also customize this label by specifying a custom `label` prop:
12711271

12721272
```jsx
1273-
<ListButton label="Delete this comment" />
1273+
<ListButton label="See all comments" />
12741274
```
12751275

12761276
### `scrollToTop`

0 commit comments

Comments
 (0)