mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 20:18:28 -05:00
Use dependent instead of dependant in the message. #6278
This commit is contained in:
@@ -115,7 +115,7 @@ export default function Dependents({ nodeData, item, node, ...props }) {
|
||||
'dependent'
|
||||
);
|
||||
message = gettext(
|
||||
'No dependant information is available for the selected object.'
|
||||
'No dependent information is available for the selected object.'
|
||||
);
|
||||
if (node.hasDepends && !nodeData.is_collection) {
|
||||
const api = getApiInstance();
|
||||
|
||||
Reference in New Issue
Block a user