[Legacy] Labels definition for link entity relationship via record subpanels

This commit is contained in:
p.kumar 2021-04-30 21:12:06 +01:00 committed by Dillon-Brown
parent f526bdc74b
commit dbea602bac

View file

@ -3842,6 +3842,8 @@ $app_strings['LBL_UNLINK_RECORD'] = 'Unlink Record';
$app_strings['LBL_UNLINK_RELATIONSHIP_CONFIRM'] = 'Are you sure you want to unlink this record? Only the relationship will be unlinked. The record will not be deleted.';
$app_strings['LBL_UNLINK_RELATIONSHIP_SUCCESS'] = 'Record unlinked successfully.';
$app_strings['LBL_UNLINK_RELATIONSHIP_FAILED'] = 'There was an error unlinking this record.';
$app_strings['LBL_LINK_RELATIONSHIP_SUCCESS'] = 'Relationship linked successfully.';
$app_strings['LBL_LINK_RELATIONSHIP_FAILED'] = 'There was an error linking this Relationship.';
$app_strings['LBL_MODULE_NOT_FOUND'] = 'Module not found.';
$app_strings['LBL_RECORD_NOT_FOUND'] = 'Unable to load record';
$app_strings['LBL_RELATIONSHIP_LOAD_ERROR'] = 'Unable to load relationship';