Skip to content

Commit

Permalink
Merge pull request #13046 from nextcloud/backport/13041/stable-3.29
Browse files Browse the repository at this point in the history
[stable-3.29] fix(files): Use "favorites" versus "favourites" consistently
  • Loading branch information
AndyScherzinger committed May 27, 2024
2 parents 6995b05 + 78541b3 commit 434b421
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 @@ -335,7 +335,7 @@
<string name="auth_access_failed">Access failed: %1$s</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 434b421

Please sign in to comment.