Skip to content

Commit

Permalink
Merge pull request #1740 from petetnt/patch-1
Browse files Browse the repository at this point in the history
fix: Add missing property for finnish translation
  • Loading branch information
Luís Rudge authored Oct 21, 2019
2 parents 1766f22 + 9822ea9 commit 6551b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/i18n/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ export default {
password_no_user_info_error: 'Salasana perustuu käyttäjätietoihin.',
password_strength_error: 'Salasana on liian heikko.',
user_exists: 'Käyttäjä on jo olemassa.',
username_exists: 'Käyttäjätunnus on jo olemassa.'
username_exists: 'Käyttäjätunnus on jo olemassa.',
social_signup_needs_terms_acception: 'Ole hyvä ja hyväksy alla olevat käyttöehdot jatkaaksesi'
}
},
success: {
Expand Down

0 comments on commit 6551b84

Please sign in to comment.