fix(locales-nb_no): fix spelling in deleteEntry (#5442)

The translation of `editorToolbar.deleteEntry` was using the wrong inflection, making it sound like it was already deleting the entry.
This PR changes the translation from "deleting" to "delete".
This commit is contained in:
simonvea 2021-05-30 14:55:33 +02:00 committed by GitHub
parent b99b39dd63
commit f296e40d6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ const nb_no = {
deleteUnpublishedChanges: 'Slett upubliserte endringer',
deleteUnpublishedEntry: 'Slett upublisert innlegg',
deletePublishedEntry: 'Slett publisert innlegg',
deleteEntry: 'Sletter innlegg',
deleteEntry: 'Slett innlegg',
saving: 'Lagrer...',
save: 'Lagre',
deleting: 'Sletter...',