kaori пре 3 година
родитељ
комит
fc99385530
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      packages/app/src/components/PageEditor/Cheatsheet.jsx

+ 3 - 3
packages/app/src/components/PageEditor/Cheatsheet.jsx

@@ -27,9 +27,9 @@ class Cheatsheet extends React.Component {
 
     const codeBlock = 'text\n\ntext';
     const lineBlock = 'text\ntext';
-    const typography = `*{t('sandbox.italics')}*\n**{t('sandbox.bold')}**\n
-    ***{t('sandbox.italic_bold')}***\n
-    ~~{t('sandbox.strikethrough')}~~ {t('sandbox.strikethrough')}`;
+    const typography = `*${t('sandbox.italics')}*\n**${t('sandbox.bold')}**\n
+    ***${t('sandbox.italic_bold')}***\n
+    ~~${t('sandbox.strikethrough')}~~ ${t('sandbox.strikethrough')}`;
 
 
     return (