fix: when no folders
This commit is contained in:
@@ -146,7 +146,8 @@
|
||||
"update": "Update",
|
||||
"please_enter": "Please enter folder name",
|
||||
"delete": "Delete",
|
||||
"are_you_sure": "Are you sure you want to delete the folder?"
|
||||
"are_you_sure": "Are you sure you want to delete the folder?",
|
||||
"no_folders_found": "No folders found"
|
||||
},
|
||||
"Cases": {
|
||||
"test_case_list": "Test Case List",
|
||||
|
||||
@@ -145,7 +145,8 @@
|
||||
"update": "更新",
|
||||
"please_enter": "フォルダー名を入力してください",
|
||||
"delete": "削除",
|
||||
"are_you_sure": "フォルダーを削除してもよろしいですか?"
|
||||
"are_you_sure": "フォルダーを削除してもよろしいですか?",
|
||||
"no_folders_found": "フォルダーがありません"
|
||||
},
|
||||
"Cases": {
|
||||
"test_case_list": "テストケース一覧",
|
||||
|
||||
Reference in New Issue
Block a user