We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6251bda commit 2559a74Copy full SHA for 2559a74
docs/Buttons.md
@@ -824,7 +824,7 @@ export const en = {
824
posts: {
825
name: 'Post |||| Posts',
826
action: {
827
- delete: 'Destroy %{recordRepresentation}'
+ delete: 'Permanently remove %{recordRepresentation}'
828
}
829
},
830
@@ -1270,7 +1270,7 @@ export const en = {
1270
You can also customize this label by specifying a custom `label` prop:
1271
1272
```jsx
1273
-<ListButton label="Delete this comment" />
+<ListButton label="See all comments" />
1274
```
1275
1276
### `scrollToTop`
0 commit comments