From: mechuwind Date: Tue, 11 Feb 2014 12:26:51 +0000 (+0100) Subject: Update nn.js X-Git-Tag: 2.6.0~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34518f9e50348b0eb4146e8cc2247f3589b80c1f;p=thirdparty%2Fmoment.git Update nn.js --- diff --git a/test/lang/nn.js b/test/lang/nn.js index 9c1c8788f..b16b4deb0 100644 --- a/test/lang/nn.js +++ b/test/lang/nn.js @@ -172,13 +172,13 @@ exports["lang:nn"] = { "suffix" : function (test) { test.expect(2); test.equal(moment(30000).from(0), "om nokre sekund", "prefix"); - test.equal(moment(0).from(30000), "for nokre sekund siden", "suffix"); + test.equal(moment(0).from(30000), "for nokre sekund sidan", "suffix"); test.done(); }, "now from now" : function (test) { test.expect(1); - test.equal(moment().fromNow(), "for nokre sekund siden", "now from now should display as in the past"); + test.equal(moment().fromNow(), "for nokre sekund sidan", "now from now should display as in the past"); test.done(); },