Update topic deletion disabled message

This commit is contained in:
Roman Zabaluev 2023-08-04 20:49:41 +08:00
parent 69ebd3d52b
commit 29284495c4
2 changed files with 4 additions and 4 deletions

View file

@ -86,9 +86,9 @@ const ActionsCell: React.FC<CellContext<Topic, unknown>> = ({ row }) => {
Remove Topic
{!isTopicDeletionAllowed && (
<DropdownItemHint>
The topic deletion is restricted at the application
The topic deletion is restricted at the broker
<br />
configuration level
configuration level (delete.topic.enable = false).
</DropdownItemHint>
)}
</ActionDropdownItem>

View file

@ -162,9 +162,9 @@ const Topic: React.FC = () => {
Remove Topic
{!isTopicDeletionAllowed && (
<DropdownItemHint>
The topic deletion is restricted at the application
The topic deletion is restricted at the broker
<br />
configuration level
configuration level (delete.topic.enable = false).
</DropdownItemHint>
)}
</ActionDropdownItem>