Skip to content

Commit 1a290e5

Browse files
committed
tweak message
1 parent 5908327 commit 1a290e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/geom-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Geom <- ggproto("Geom",
169169
mask = list(stage = stage_scaled)
170170
),
171171
error = function(cnd) {
172-
cli::cli_warn("Unable to apply legend modifications.", parent = cnd)
172+
cli::cli_warn("Unable to apply staged modifications.", parent = cnd)
173173
data_frame0()
174174
}
175175
)

tests/testthat/_snaps/guide-legend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# unresolved, modified expressions throw a warning (#6264)
22

3-
Unable to apply legend modifications.
3+
Unable to apply staged modifications.
44
Caused by error:
55
! object 'prop' not found
66

0 commit comments

Comments
 (0)