diff --git a/apps/flashcards/app.js b/apps/flashcards/app.js index a3c775fdf..d1c25309f 100644 --- a/apps/flashcards/app.js +++ b/apps/flashcards/app.js @@ -6,7 +6,7 @@ // Constants let SWAP_SIDE_BUZZ_MILLISECONDS = 50; let CARD_DATA_FILE = "flashcards.data.json"; -let CARD_EMPTY = "empty card"; +let CARD_EMPTY = "cards not found"; let CARD_LINE_LENGTH = 8; let CARD_LINE_FONT = "20%";