瀏覽代碼

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>