diff --git a/packages/strapi-plugin-i18n/admin/src/components/LocaleRow/index.js b/packages/strapi-plugin-i18n/admin/src/components/LocaleRow/index.js index ca33294257..3f54cc43f7 100644 --- a/packages/strapi-plugin-i18n/admin/src/components/LocaleRow/index.js +++ b/packages/strapi-plugin-i18n/admin/src/components/LocaleRow/index.js @@ -23,7 +23,7 @@ const LocaleSettingsPage = ({ locale, onDelete, onEdit }) => { }); } - if (onDelete) { + if (onDelete && !locale.isDefault) { links.push({ icon: !locale.isDefault ? (