Skip to content

Commit

Permalink
fix(files): Use "favorites" versus "favourites" consistently
Browse files Browse the repository at this point in the history
Signed-off-by: Josh <josh.t.richards@gmail.com>
  • Loading branch information
joshtrichards committed May 24, 2024
1 parent a28c11a commit a5cce6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
<string name="authenticator_activity_please_complete_login_process">Please complete login process in your browser</string>

<string name="favorite">Add to favorites</string>
<string name="unset_favorite">Remove from favourites</string>
<string name="unset_favorite">Remove from favorites</string>
<string name="encrypted">Set as encrypted</string>
<string name="unset_encrypted">Unset encryption</string>
<string name="common_rename">Rename</string>
Expand Down

0 comments on commit a5cce6f

Please sign in to comment.