diff --git a/ext/custom-addons/l10n_ph_country_states/__manifest__.py b/ext/custom-addons/l10n_ph_country_states/__manifest__.py index 00420674..6c6d1594 100644 --- a/ext/custom-addons/l10n_ph_country_states/__manifest__.py +++ b/ext/custom-addons/l10n_ph_country_states/__manifest__.py @@ -4,7 +4,7 @@ { 'name': 'Philippines Country States', - 'category': 'Localisation', + 'category': 'Localization', 'version': '11.0.1.0', 'author': 'Piotr Cierkosz', 'data': [ @@ -12,7 +12,7 @@ ], 'license': 'AGPL-3', 'installable': True, - 'description' : "PProvinces of the Philippines", + 'description' : "Provinces of the Philippines", 'images': ['images/thumbnail.png'], 'summary': 'Provinces of the Philippines', 'website' : "https://www.cier.tech",