Skip to content

Commit

Permalink
Merge pull request #13041 from nextcloud/jtr/fix-favorites-vs-favourites
Browse files Browse the repository at this point in the history
fix(files): Use "favorites" versus "favourites" consistently
  • Loading branch information
AndyScherzinger committed May 27, 2024
2 parents 92932b2 + a5cce6f commit 1bce9e5
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 1bce9e5

Please sign in to comment.