Commit 8de32a2
fix(ui): usePreventLeave default message (#15042)
### What?
The default message in `usePreventLeave` is not structured correctly.
### Why?
The word `you` is missing from the sentence.
### How?
Adds the word `you` to the sentence.
Co-authored-by: Paul Popus <paul@payloadcms.com>1 parent 22e2466 commit 8de32a2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments