From a24418cf50a4919ca5c4753cf973e507732f713c Mon Sep 17 00:00:00 2001 From: A117870935 Date: Thu, 20 Jul 2023 10:33:47 +0530 Subject: [PATCH] Fix folder picker empty state headline text. --- .../com/owncloud/android/ui/activity/FolderPickerActivity.kt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt b/app/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt index 87be1dc813..a8f5988c5e 100644 --- a/app/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt +++ b/app/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt @@ -1,7 +1,8 @@ /* * ownCloud Android client application - * + * @author TSI-mc * Copyright (C) 2016 ownCloud Inc. + * Copyright (C) 2023 TSI-mc * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2, @@ -178,7 +179,7 @@ open class FolderPickerActivity : if (listFragment != null) { if (!mSyncInProgress) { listFragment.setMessageForEmptyList( - R.string.file_list_empty_headline, + R.string.folder_list_empty_headline, R.string.file_list_empty_moving, R.drawable.ic_list_empty_create_folder, true