Skip to content

Commit a95ef91

Browse files
authored
[4.0] Update Message (#35356)
When updating a component the success message should be green not blue
1 parent b06f7c3 commit a95ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administrator/components/com_installer/src/Model/UpdateModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ private function install($update)
499499
$app->enqueueMessage(
500500
Text::sprintf('COM_INSTALLER_MSG_UPDATE_SUCCESS',
501501
Text::_('COM_INSTALLER_TYPE_TYPE_' . strtoupper($package['type']))
502-
)
502+
), 'success'
503503
);
504504
$result = true;
505505
}

0 commit comments

Comments
 (0)