updated wording

This commit is contained in:
2026-06-17 16:39:43 +02:00
parent 8b1b9cedc2
commit 7a90ced98e
14 changed files with 257 additions and 79 deletions
+1
View File
@@ -53,6 +53,7 @@ export type NewItem = {
url?: string | null;
note?: string | null;
target_price?: number | null;
currency?: string | null;
};
// ---- Lists ----------------------------------------------------------------