Browse Source

Merge pull request #11821 from nextcloud/nmc/selectFolderEmptyStateText

Fix folder picker empty state headline text
Andy Scherzinger 2 years ago
parent
commit
d8d81ac7f7

+ 3 - 2
app/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt

@@ -1,7 +1,8 @@
 /*
 /*
  *   ownCloud Android client application
  *   ownCloud Android client application
- *
+ *   @author TSI-mc
  *   Copyright (C) 2016 ownCloud Inc.
  *   Copyright (C) 2016 ownCloud Inc.
+ *   Copyright (C) 2023 TSI-mc
  *
  *
  *   This program is free software: you can redistribute it and/or modify
  *   This program is free software: you can redistribute it and/or modify
  *   it under the terms of the GNU General Public License version 2,
  *   it under the terms of the GNU General Public License version 2,
@@ -178,7 +179,7 @@ open class FolderPickerActivity :
         if (listFragment != null) {
         if (listFragment != null) {
             if (!mSyncInProgress) {
             if (!mSyncInProgress) {
                 listFragment.setMessageForEmptyList(
                 listFragment.setMessageForEmptyList(
-                    R.string.file_list_empty_headline,
+                    R.string.folder_list_empty_headline,
                     R.string.file_list_empty_moving,
                     R.string.file_list_empty_moving,
                     R.drawable.ic_list_empty_create_folder,
                     R.drawable.ic_list_empty_create_folder,
                     true
                     true