diff --git a/web/src/lib/utils/actions.ts b/web/src/lib/utils/actions.ts index bd15963ed3..e5508dd629 100644 --- a/web/src/lib/utils/actions.ts +++ b/web/src/lib/utils/actions.ts @@ -78,7 +78,7 @@ export const archiveAssets = async ( onArchive?.(ids, isArchived); notificationController.show({ - message: `${isArchived ? 'Archived' : 'Unarchived'} ${ids.length}`, + message: `${isArchived ? 'Archived' : 'Unarchived'} ${ids.length} asset${ids.length > 1 ? 's' : ''}`, type: NotificationType.Info, });