diff options
| author | oleg <[email protected]> | 2020-08-05 23:01:48 +0300 |
|---|---|---|
| committer | oleg <[email protected]> | 2020-08-05 23:01:48 +0300 |
| commit | 500576e6f91b22ce2a2bdeccc0d1eef214fb4533 (patch) | |
| tree | f02c26380de36be66867e9599f36ecda64c93e17 /lib | |
| parent | 27d894b6a2213643dfc61496637c59c3aad73b16 (diff) | |
| download | faker-500576e6f91b22ce2a2bdeccc0d1eef214fb4533.tar.xz faker-500576e6f91b22ce2a2bdeccc0d1eef214fb4533.zip | |
fixed typo
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/fi/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locales/fi/index.js b/lib/locales/fi/index.js index deeb0599..749c86ad 100644 --- a/lib/locales/fi/index.js +++ b/lib/locales/fi/index.js @@ -1,4 +1,4 @@ var fi = {}; module['exports'] = fi; -fi.title = "Finish"; +fi.title = "Finnish"; fi.name = require("./name");
\ No newline at end of file |
