Skip to content

Commit

Permalink
translate CodeExample.js
Browse files Browse the repository at this point in the history
  • Loading branch information
alioguzhan committed Mar 20, 2019
1 parent 9e615fa commit 2ebe2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodeExample/CodeExample.js
Expand Up @@ -61,7 +61,7 @@ class CodeExample extends Component {
{loaded ? (
<CodeEditor code={code} containerNodeID={containerNodeID} />
) : (
<h4>Loading code example...</h4>
<h4>Kod örneği yükleniyor...</h4>
)}
</div>
);
Expand Down

0 comments on commit 2ebe2d9

Please sign in to comment.