We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3179ad6 commit a386ca7Copy full SHA for a386ca7
1 file changed
src/livecodes/UI/templates.ts
@@ -54,12 +54,12 @@ export const noUserTemplates = () => `
54
<div class="description alert">${window.deps.translateString('templates.noUserTemplates.heading', 'You have no saved templates.')}</div>
55
<div class="description help">
56
${window.deps.translateString(
57
- 'templates.noUserTemplates.desc',
58
- 'You can save a project as a template from <wbr />(App menu > Save as > Template).',
59
- {
60
- isHTML: true,
61
- },
62
-)}
+ 'templates.noUserTemplates.desc',
+ 'You can save a project as a template from <wbr />(App menu > Save as > Template).',
+ {
+ isHTML: true,
+ },
+ )}
63
</div>
64
65
`;
0 commit comments