瀏覽代碼

Merge pull request #11821 from nextcloud/nmc/selectFolderEmptyStateText

Fix folder picker empty state headline text
Andy Scherzinger 2 年之前
父節點
當前提交
d8d81ac7f7
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      app/src/main/java/com/owncloud/android/ui/activity/FolderPickerActivity.kt

+ 3 - 2
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