{t('learn.percent-complete', {
diff --git a/client/src/templates/Challenges/components/CompletionModalBody.test.js b/client/src/templates/Challenges/components/CompletionModalBody.test.js
index 9f8f71f8e9..4aca48f988 100644
--- a/client/src/templates/Challenges/components/CompletionModalBody.test.js
+++ b/client/src/templates/Challenges/components/CompletionModalBody.test.js
@@ -6,8 +6,9 @@ import { render, fireEvent } from '@testing-library/react';
import CompletionModalBody from './CompletionModalBody';
const props = {
- blockName: 'Basic HTML and HTML5',
- completedPercent: Math.floor(Math.random() * 101)
+ block: 'basic-html-and-html5',
+ completedPercent: Math.floor(Math.random() * 101),
+ superBlock: 'responsive-web-design'
};
describe('
', () => {
diff --git a/client/src/templates/Challenges/components/__snapshots__/CompletionModalBody.test.js.snap b/client/src/templates/Challenges/components/__snapshots__/CompletionModalBody.test.js.snap
index eb447a6d86..c07104cca5 100644
--- a/client/src/templates/Challenges/components/__snapshots__/CompletionModalBody.test.js.snap
+++ b/client/src/templates/Challenges/components/__snapshots__/CompletionModalBody.test.js.snap
@@ -64,7 +64,7 @@ exports[`
matches snapshot 1`] = `
- Basic HTML and HTML5
+ intro:responsive-web-design.blocks.basic-html-and-html5.title
-
+
diff --git a/client/src/templates/Challenges/projects/frontend/Show.js b/client/src/templates/Challenges/projects/frontend/Show.js
index 27de6cce9f..c868707c0d 100644
--- a/client/src/templates/Challenges/projects/frontend/Show.js
+++ b/client/src/templates/Challenges/projects/frontend/Show.js
@@ -176,7 +176,11 @@ export class Project extends Component {
-
+
diff --git a/client/src/templates/Challenges/video/Show.js b/client/src/templates/Challenges/video/Show.js
index cdc271ad84..8b71a77a19 100644
--- a/client/src/templates/Challenges/video/Show.js
+++ b/client/src/templates/Challenges/video/Show.js
@@ -298,7 +298,11 @@ export class Project extends Component {
-
+