Skip to content

Commit

Permalink
fix(validate-project): use template literal in falllback information …
Browse files Browse the repository at this point in the history
…page
  • Loading branch information
ofr1tz committed Jul 30, 2024
1 parent bcddfc0 commit 3ce3f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ValidateProject.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default defineComponent({
blockNumber: 2,
blockType: 'text',
// instead of 'buildings', we get the feature of interest from Firebase (similar as in Find projects)
textDescription: 'Does the shape outline a ${tutorial.lookFor}?',
textDescription: `Does the shape outline a ${tutorial.lookFor}?`,
},
{
blockNumber: 3,
Expand Down

0 comments on commit 3ce3f0e

Please sign in to comment.