diff --git a/src/api/favorite.js b/src/api/favorite.js index 780c8571..ab479050 100644 --- a/src/api/favorite.js +++ b/src/api/favorite.js @@ -108,7 +108,7 @@ const favoriteReq = { /** * @param {{ * type: string, - * group: string (name) + * group: string * }} params * @return { Promise<{json: any, params}> } */ diff --git a/src/localization/en.json b/src/localization/en.json index c7eeb030..29d36e71 100644 --- a/src/localization/en.json +++ b/src/localization/en.json @@ -173,14 +173,15 @@ "new_group": "New Group", "refresh": "Refresh", "cancel_refresh": "Cancel Refresh", - "check_invalid": "Check Invalid Avatars in This Group", - "check_description": "Detect and remove invalid avatars in this group", - "checking": "Checking invalid avatars...", + "check_invalid": "Check for deleted/private avatars", + "check_description": "Detect and remove invalid avatars from this group", + "checking": "Checking for invalid avatars...", "check_progress": "Progress: {current}/{total}", "check_complete": "Check complete!", "check_summary": "Checked {total} avatars, found {invalid} invalid, removed {removed}", - "removed_list_header": "Removed avatar list:", - "copy_removed_ids": "Copy Removed Avatar IDs", + "removed_list_header": "Avatars pending deletion:", + "copy_removed_ids": "Copy Avatar IDs", + "copied_ids": "Avatar IDs copied to clipboard", "checking_progress": "Checking avatar ({current}/{total})...", "confirm_delete_invalid": "Delete Invalid Avatars?", "confirm_delete_description": "Found {count} invalid avatars, delete them?", diff --git a/src/views/Favorites/FavoritesAvatar.vue b/src/views/Favorites/FavoritesAvatar.vue index 85209d63..595faa78 100644 --- a/src/views/Favorites/FavoritesAvatar.vue +++ b/src/views/Favorites/FavoritesAvatar.vue @@ -500,8 +500,8 @@