fix copy errors

Thanks @rschamp!
This commit is contained in:
Matthew Taylor 2016-03-22 16:38:12 -04:00
parent b123650988
commit ff003b137a
2 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ var languages = require('../../languages.json');
window = {};
require('../../intl/about.intl.js');
tap.test('spotCheckSplashStrings', function (t) {
tap.test('spotCheckAboutStrings', function (t) {
var isoCodes = Object.keys(languages);
var keysToCheck = Object.keys(window._messages['en']).sort();
for (var i in isoCodes) {
@ -18,4 +18,4 @@ tap.test('spotCheckSplashStrings', function (t) {
);
}
t.end();
});
});

View file

@ -7,7 +7,7 @@ var languages = require('../../languages.json');
window = {};
require('../../intl/wedo2.intl.js');
tap.test('spotCheckSplashStrings', function (t) {
tap.test('spotCheckWedo2Strings', function (t) {
var isoCodes = Object.keys(languages);
var keysToCheck = Object.keys(window._messages['en']).sort();
for (var i in isoCodes) {