Skip to content

Commit

Permalink
Update error messages in modal dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed Jan 12, 2024
1 parent 7e96fa0 commit f041161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h3>Already Open</h3>
<div class="modal-content">
<span class="close-button">×</span>
<h3>Failed to Restore</h3>
<p>Failed to restore the last session. Check the console for more details.</p>
<p>Failed to restore the last session. Most likely the session data is corrupted.</p>
<button id="ok-failed-restore-button">Okay</button>
</div>
</div>
Expand All @@ -133,7 +133,7 @@ <h3>File Not Saved</h3>
<div class="modal-content">
<span class="close-button">×</span>
<h3>Unsupported Language</h3>
<p>The language you are trying to run is not supported... yet.</p>
<p>The language you are trying to run is not supported. Currently, for Code Running, Prismblue supports only Python, Node.js, and Ruby. For Preview, you only can use Markdown and HTML.</p>
<button id="ok-unsupported-language-button">Okay</button>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prismblue",
"version": "0.9.98",
"version": "1.0.0",
"description": "This is a simple yet powerful text editor that works on any OS and helps you write text easier!",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit f041161

Please sign in to comment.