Fixed typo in module name

This commit is contained in:
Артур Файзрахманов 2014-07-26 07:19:50 +06:00
parent 1d28ac42b9
commit 10524fdd82

View File

@ -1,5 +1,5 @@
{-# LANGUAGE OverloadedStrings #-}
module Yesod.Form.I18n.English where
module Yesod.Form.I18n.Russian where
import Yesod.Form.Types (FormMessage (..))
import Data.Monoid (mappend)