Skip to content

Commit 06072c7

Browse files
authored
Merge pull request #28 from itayyehezkel/code-example
Translate Code Example Component
2 parents 986885e + 0e5f7b5 commit 06072c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeExample/CodeExample.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class CodeExample extends Component {
6161
{loaded ? (
6262
<CodeEditor code={code} containerNodeID={containerNodeID} />
6363
) : (
64-
<h4>Loading code example...</h4>
64+
<h4>טוען דוגמת קוד…</h4>
6565
)}
6666
</div>
6767
);

0 commit comments

Comments
 (0)