Skip to content

Commit

Permalink
Updated ErrorStrings.qml (#146)
Browse files Browse the repository at this point in the history
- Fixed minor spelling and grammatical errors.
  • Loading branch information
Kavitate authored Jan 23, 2023
1 parent 940e06e commit 6857416
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/imports/Misc/ErrorStrings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ QtObject {
<center><a href='https://docs.flipperzero.one/'>READ MORE</a></center>"

readonly property string errorDisk:
"<p>Can’t save or read files to/from the local filesystem</p>
"<p>Can’t save or read files to/from the local filesystem.</p>
<p>=========== HOW TO FIX ============</p>
<p>1. Make sure that you have free space on your local drive.</p>
<p>2. Check that qFlipper has permissions to write on disk.</p>
Expand All @@ -92,9 +92,9 @@ QtObject {
<center><a href='https://docs.flipperzero.one/'>READ MORE</a></center>"

readonly property string errorData:
"<p>Necessary data seem to be damaged.</p>
"<p>Necessary data seems to be damaged.</p>
<p>=========== HOW TO FIX ============</p>
<p>1. If applicable, ensure to point qFlipper to the right input file(s).</p>
<p>1. If applicable, make sure to point qFlipper to the right input file(s).</p>
<p>2. Reboot your Flipper and reconnect via USB.</p>
<p>3. Run the operation again.</p>
<p>-----------------------------------</p>
Expand All @@ -105,7 +105,7 @@ QtObject {
<p>=========== HOW TO FIX ============</p>
<p>1. Check USB connection.</p>
<p>2. Ensure that Flipper is not locked with PIN code.</p>
<p>3. Connect your Flipper in Update & Recovery mode and start Repair.</p>
<p>3. Connect your Flipper in Update & Recovery mode and start repair.</p>
<p>-----------------------------------</p>
<center><a href='https://docs.flipperzero.one/'>READ MORE</a></center>"

Expand Down

0 comments on commit 6857416

Please sign in to comment.