mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
fixed typo in plugin documentation (#11677)
This commit is contained in:
parent
f74c9ddf20
commit
32286aa049
@ -149,7 +149,7 @@ const PluginPage = () => {
|
||||
label={formatMessage(
|
||||
{
|
||||
id: getTrad('pages.PluginPage.table.icon.regenerate'),
|
||||
defaultMessage: 'Regnerate {target}',
|
||||
defaultMessage: 'Regenerate {target}',
|
||||
},
|
||||
{ target: `${doc.version}` }
|
||||
)}
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
"pages.PluginPage.header.description": "Configure the documentation plugin",
|
||||
"pages.PluginPage.table.generated": "Last generated",
|
||||
"pages.PluginPage.table.icon.delete": "Delete {target}",
|
||||
"pages.PluginPage.table.icon.regnerate": "Regenerate {target}",
|
||||
"pages.PluginPage.table.icon.regenerate": "Regenerate {target}",
|
||||
"pages.PluginPage.table.icon.show": "Open {target}",
|
||||
"pages.PluginPage.table.version": "Version",
|
||||
"pages.SettingPage.title": "Settings",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user