Skip to content

Commit

Permalink
Update surveyLocalizationTests.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-kurmanov authored Jun 20, 2017
1 parent b1a1e80 commit 1665aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/surveyLocalizationTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ QUnit.test("set german localization", function (assert) {
QUnit.test("set german localization", function (assert) {
var survey = new SurveyModel();
survey.locale = "de";
assert.equal(survey.completeText, "Fertig");
assert.equal(survey.completeText, "Absenden");
surveyLocalization.currentLocale = "";
});
QUnit.test("set finnish localization", function (assert) {
Expand Down

0 comments on commit 1665aa8

Please sign in to comment.