Skip to content

Commit

Permalink
Fix apostrophe in text "What’s New" (#706)
Browse files Browse the repository at this point in the history
**Background**

Now uses another apostrophe

**Changes**

"What’s New"

**Test plan**

Try to update on OFW and see text
  • Loading branch information
Programistich authored Sep 28, 2023
1 parent fdb5d9c commit b2b4179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- [FIX] Fix wearos font issue
- [FIX] New mehanism emulate in Wear OS
- [FIX] New button texts on fap errors dialog
- [FIX] Fix apostrophe in text "What’s New"

# 1.6.4

Expand Down
2 changes: 1 addition & 1 deletion components/updater/screen/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
<string name="update_screen_failed_int_desc">Flipper’s **internal flash storage is full or broken**. Free up space or try factory resetting to restore the internal flash storage.</string>
<string name="update_screen_failed_int_link">[How to do Factory Reset](https://flipp.dev/storage-repair)</string>
<string name="update_screen_failed_int_update_dec">Something wrong with custom update</string>
<string name="update_screen_whats_new">What`s new</string>
<string name="update_screen_whats_new">What’s New</string>
</resources>

0 comments on commit b2b4179

Please sign in to comment.