[I18N] fix typo (#9887)

This commit is contained in:
Marvin Frachet 2021-03-30 16:58:37 +02:00 committed by GitHub
parent 88c554069b
commit a19fbdc972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,7 @@
"plugin.description.long": "Quick way to see, edit and delete the data in your database.", "plugin.description.long": "Quick way to see, edit and delete the data in your database.",
"plugin.description.short": "Quick way to see, edit and delete the data in your database.", "plugin.description.short": "Quick way to see, edit and delete the data in your database.",
"popUpWarning.bodyMessage.contentType.delete": "Are you sure you want to delete this entry?", "popUpWarning.bodyMessage.contentType.delete": "Are you sure you want to delete this entry?",
"popUpWarning.bodyMessage.contentType.delete.all": "Are you sure you want to delete theses entries?", "popUpWarning.bodyMessage.contentType.delete.all": "Are you sure you want to delete these entries?",
"popUpWarning.warning.cancelAllSettings": "Are you sure you want to cancel your modifications?", "popUpWarning.warning.cancelAllSettings": "Are you sure you want to cancel your modifications?",
"popUpWarning.warning.publish-question": "Do you still want to publish it?", "popUpWarning.warning.publish-question": "Do you still want to publish it?",
"popUpWarning.warning.unpublish": "Unpublish this content will<br></br>automatically change it to a draft.", "popUpWarning.warning.unpublish": "Unpublish this content will<br></br>automatically change it to a draft.",