From 3b9a553513515d7e4f713b5fb227e0568db790b9 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Fri, 20 Jan 2023 10:42:16 +0100 Subject: [PATCH] localized message --- frontend/src/pages/Community.spec.js | 4 +- frontend/src/pages/Community.vue | 502 +++++++++++++-------------- 2 files changed, 252 insertions(+), 254 deletions(-) diff --git a/frontend/src/pages/Community.spec.js b/frontend/src/pages/Community.spec.js index 2beec7571..ecfc01716 100644 --- a/frontend/src/pages/Community.spec.js +++ b/frontend/src/pages/Community.spec.js @@ -249,9 +249,7 @@ describe('Community', () => { }) it('toasts an info', () => { - expect(toastInfoSpy).toBeCalledWith( - 'contribution.alert.answerQuestionToast', - ) + expect(toastInfoSpy).toBeCalledWith('contribution.alert.answerQuestionToast') }) }) diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index a17466840..5b771eac9 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -48,258 +48,258 @@