소스 검색

Merge pull request #13041 from nextcloud/jtr/fix-favorites-vs-favourites

fix(files): Use "favorites" versus "favourites" consistently
Andy Scherzinger 1 년 전
부모
커밋
1bce9e5a85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/res/values/strings.xml

+ 1 - 1
app/src/main/res/values/strings.xml

@@ -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>