From 0ade27c7ad086d8feafa5aeaf30969e58e57b481 Mon Sep 17 00:00:00 2001 From: Paul <41552663+molecula451@users.noreply.github.com> Date: Sun, 1 Nov 2020 16:24:06 -0400 Subject: [PATCH] extra quote on text --- app/assets/v2/js/pages/bounty_details2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/v2/js/pages/bounty_details2.js b/app/assets/v2/js/pages/bounty_details2.js index 3143fe71fd6..a22a20264aa 100644 --- a/app/assets/v2/js/pages/bounty_details2.js +++ b/app/assets/v2/js/pages/bounty_details2.js @@ -523,8 +523,8 @@ Vue.mixin({ if (200 <= response.status && response.status <= 204) { this.fetchBounty(); let text = isOwner ? - "'You\'ve stopped the user from working on this bounty ?" : - "'You\'ve stopped work on this bounty"; + "You\'ve stopped the user from working on this bounty ?" : + "You\'ve stopped work on this bounty"; _alert(text, 'success'); } else {