diff --git a/admin/src/pages/CreationConfirm.spec.js b/admin/src/pages/CreationConfirm.spec.js index e56a953f9..f99ff5247 100644 --- a/admin/src/pages/CreationConfirm.spec.js +++ b/admin/src/pages/CreationConfirm.spec.js @@ -251,10 +251,10 @@ describe('CreationConfirm', () => { }) }) - describe('decline creation with success', () => { + describe('deny creation with success', () => { let spy - describe('admin confirms decline', () => { + describe('admin confirms deny', () => { beforeEach(async () => { spy = jest.spyOn(wrapper.vm.$bvModal, 'msgBoxConfirm') spy.mockImplementation(() => Promise.resolve('some value')) @@ -278,7 +278,7 @@ describe('CreationConfirm', () => { }) }) - describe('admin cancels decline', () => { + describe('admin cancels deny', () => { beforeEach(async () => { spy = jest.spyOn(wrapper.vm.$bvModal, 'msgBoxConfirm') spy.mockImplementation(() => Promise.resolve(false)) diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 73b2c88e2..ce65ac9af 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -42,7 +42,7 @@ "communityNoteList": "Here you will find all submitted and confirmed contributions from all members of this community.", "confirm": "confirmed", "deleted": "deleted", - "denied": "deleted", + "denied": "rejected", "in_progress": "There is a question from the moderators.", "myContributionNoteList": "You can edit or delete entries that have not yet been confirmed at any time.", "pending": "Submitted and waiting for confirmation"