Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit f224ef1

Browse files
author
Max Waterman
committed
Setting title.
1 parent d139c9c commit f224ef1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
-->
1010
<html>
1111
<head>
12+
<title id="app-name"></title>
1213
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
1314
<meta name="viewport" content="width=device-width target-densitydpi=device-dpi initial-scale=1 maximum-scale=1 user-scalable=0"/>
14-
<title id="app-name"></title>
1515
<link rel="stylesheet" href="css/flashcards.css"/>
1616
<link rel="stylesheet" href="css/license.css"/>
1717
</head>

app/locales/en/messages.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"appName": {"message": "Adventure Flash Cards"},
2+
"appName": {"message": "Flash Cards"},
33
"adventureText": {"message": "Adventure"},
44
"cardsText": {"message": "Cards"},
55
"playButtonText": {"message": "Play Now"},
@@ -54,4 +54,4 @@
5454
"cup": {"message": "la copa"},
5555
"chair": {"message": "la silla"},
5656
"helpText": {"message": "Choose a set of flash cards by clicking one of the options (shapes, Spanish, colors, or numbers) on the left side. Your first card appears. Think of the answer, then click on the card. The answer appears. If you got it right, click the checkmark. If you got it wrong, click the X. Continue until your score is displayed. Cards you got right show as yellow stars, incorrect answers are empty stars. Click on a set of flash cards on the left to choose a new set or the same set to try again!"}
57-
}
57+
}

0 commit comments

Comments
 (0)