Skip to content
Snippets Groups Projects
Commit a2fe6e31 authored by Regis Houssin's avatar Regis Houssin
Browse files

Merge pull request #450 from marcosgdf/minor

Normalized thirdparties module card name
parents 5dff8dbc da94ec8f
Branches
Tags
No related merge requests found
......@@ -213,7 +213,7 @@ print_fiche_titre($langs->trans("CompanySetup"),$linkback,'setup');
$head = societe_admin_prepare_head(null);
dol_fiche_head($head, 'general', $langs->trans("ThirdParty"), 0, 'company');
dol_fiche_head($head, 'general', $langs->trans("ThirdParties"), 0, 'company');
dol_htmloutput_mesg($mesg);
......
......@@ -70,7 +70,7 @@ print_fiche_titre($langs->trans("CompanySetup"),$linkback,'setup');
$head = societe_admin_prepare_head(null);
dol_fiche_head($head, 'attributes', $langs->trans("ThirdParty"), 0, 'company');
dol_fiche_head($head, 'attributes', $langs->trans("ThirdParties"), 0, 'company');
print $langs->trans("DefineHereComplementaryAttributes",$textobject).'<br>'."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment