Use dependent instead of dependant in the message. #6278

This commit is contained in:
Akshay Joshi
2023-05-22 11:38:19 +05:30
parent 7ab096d87f
commit 87c1023c4f
2 changed files with 2 additions and 1 deletions
@@ -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();