Skip to content

Commit

Permalink
Merge pull request #1512 from Automattic/issue/1511-fix-casting-delet…
Browse files Browse the repository at this point in the history
…e-button

Fix case in delete account button in settings
  • Loading branch information
danilo04 authored Sep 29, 2021
2 parents d12ea32 + f67e53a commit d887e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Added collaboration status indicator to the note list [#1499](https://github.com/Automattic/simplenote-android/pull/1499)
* Fixed crash when note reference is null in editor while hiding toolbar in landscape mode [#1504](https://github.com/Automattic/simplenote-android/pull/1504)
* [Internal] Updated list of tags to filter out collaborators (emails) [#1509](https://github.com/Automattic/simplenote-android/pull/1509)
* Fixed case in delete account button in settings [#1512](https://github.com/Automattic/simplenote-android/pull/1512)

2.22
-----
Expand Down
2 changes: 1 addition & 1 deletion Simplenote/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<string name="share">Share</string>
<string name="new_note">New Note</string>
<string name="account">Account</string>
<string name="delete_account">Delete Account</string>
<string name="delete_account">Delete account</string>
<string name="delete_account_email_message">By deleting the account for email %1$s, all notes created with this account will be permanently deleted. This action is not reversible.</string>
<string name="request_received">Request Received</string>
<string name="account_deletion_message">An email was sent to %1$s. Check your inbox and follow the instructions to confirm account deletion.\n\nYour account won\'t be deleted until we receive your confirmation.</string>
Expand Down

0 comments on commit d887e3a

Please sign in to comment.