|
@@ -32,7 +32,7 @@ class NCFavorite: NCCollectionViewCommon {
|
|
|
titleCurrentFolder = NSLocalizedString("_favorites_", comment: "")
|
|
|
layoutKey = NCGlobal.shared.layoutViewFavorite
|
|
|
enableSearchBar = true
|
|
|
- emptyImage = UIImage.init(named: "favorite")?.image(color: NCBrandColor.shared.yellowFavorite, size: UIScreen.main.bounds.width)
|
|
|
+ emptyImage = UIImage.init(named: "star.fill")?.image(color: NCBrandColor.shared.yellowFavorite, size: UIScreen.main.bounds.width)
|
|
|
emptyTitle = "_favorite_no_files_"
|
|
|
emptyDescription = "_tutorial_favorite_view_"
|
|
|
}
|