Skip to content

Commit 260973f

Browse files
committed
append prepend
1 parent f92d98a commit 260973f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/src/Toolbar/Toolbar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function appendButton($button, ...$args)
198198

199199
@trigger_error(
200200
\sprintf(
201-
'%s::appendButton() should only accept %s instance in Joomla 6.0.',
201+
'%s::appendButton() should only accept %s instance in Joomla 7.0.',
202202
static::class,
203203
ToolbarButton::class
204204
),
@@ -275,7 +275,7 @@ public function prependButton($button, ...$args)
275275

276276
@trigger_error(
277277
\sprintf(
278-
'%s::prependButton() should only accept %s instance in Joomla 6.0.',
278+
'%s::prependButton() should only accept %s instance in Joomla 7.0.',
279279
static::class,
280280
ToolbarButton::class
281281
),

0 commit comments

Comments
 (0)