Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add missing property for finnish translation #1740

Merged
merged 2 commits into from
Oct 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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