From c0e7d3d8893adc7a0b7f9f15a6962a915e56cc17 Mon Sep 17 00:00:00 2001 From: ryangreaves Date: Wed, 14 May 2014 09:40:51 -0700 Subject: [PATCH] Update cy.js --- test/lang/cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lang/cy.js b/test/lang/cy.js index dec695e7a..56f1fbde1 100644 --- a/test/lang/cy.js +++ b/test/lang/cy.js @@ -177,7 +177,7 @@ exports["lang:cy"] = { test.expect(2); test.equal(moment(30000).from(0), "mewn ychydig eiliadau", "prefix"); - test.equal(moment(0).from(30000), "ychydig eiliadau yn àl", "suffix"); + test.equal(moment(0).from(30000), "ychydig eiliadau yn ôl", "suffix"); test.done(); }, -- 2.47.2