فهرست منبع

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>