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:
parent
b99b39dd63
commit
f296e40d6f
@ -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...',
|
||||
|
Loading…
x
Reference in New Issue
Block a user