diff --git a/l10n_fr_siret/partner.py b/l10n_fr_siret/partner.py
index d49e8510e..194f3b3c7 100644
--- a/l10n_fr_siret/partner.py
+++ b/l10n_fr_siret/partner.py
@@ -84,9 +84,9 @@ class Partner(osv.osv):
"company's office in France. It is composed of the 9 digits "
"of the SIREN number and the 5 digits of the NIC number, ie. "
"14 digits."),
- 'rcs': fields.char('RCS', size=64,
- help="The name of the city where the chamber of "
- "commerce that registered this company is."),
+ 'company_registry': fields.char('Company Registry', size=64,
+ help="The name of official registry where this "
+ "company was declared."),
}
_constraints = [
diff --git a/l10n_fr_siret/partner_view.xml b/l10n_fr_siret/partner_view.xml
index 9fcd481eb..a53deeeba 100644
--- a/l10n_fr_siret/partner_view.xml
+++ b/l10n_fr_siret/partner_view.xml
@@ -15,7 +15,7 @@
-
+