Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-10-19 11:30:53 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-10-19 11:30:53 +0300
commita38b2d5d44cf735218280683e4270899f4227d40 (patch)
treec0d7d6e4d97e9b1136bf31edb060342264cd8aae /iOSClient/Favorites
parent0884c431002b8f75dd0adcfc145b86a520aa3ee5 (diff)
coding
Diffstat (limited to 'iOSClient/Favorites')
-rw-r--r--iOSClient/Favorites/NCFavorite.swift6
1 files changed, 3 insertions, 3 deletions
diff --git a/iOSClient/Favorites/NCFavorite.swift b/iOSClient/Favorites/NCFavorite.swift
index f8bda3034..383be190d 100644
--- a/iOSClient/Favorites/NCFavorite.swift
+++ b/iOSClient/Favorites/NCFavorite.swift
@@ -33,9 +33,9 @@ class NCFavorite: NCCollectionViewCommon {
titleCurrentFolder = NSLocalizedString("_favorites_", comment: "")
layoutKey = k_layout_view_favorite
enableSearchBar = true
- DZNimage = CCGraphics.changeThemingColorImage(UIImage.init(named: "favorite"), width: 300, height: 300, color: NCBrandColor.sharedInstance.yellowFavorite)
- DZNtitle = "_favorite_no_files_"
- DZNdescription = "_tutorial_favorite_view_"
+ emptyImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "favorite"), width: 300, height: 300, color: NCBrandColor.sharedInstance.yellowFavorite)
+ emptyTitle = "_favorite_no_files_"
+ emptyDescription = "_tutorial_favorite_view_"
}
// MARK: - DataSource + NC Endpoint