diff --git a/src/i18n/locales/fi/leftSidebar/profile.json b/src/i18n/locales/fi/leftSidebar/profile.json index 27dfb90f5..3ae076c05 100644 --- a/src/i18n/locales/fi/leftSidebar/profile.json +++ b/src/i18n/locales/fi/leftSidebar/profile.json @@ -1,35 +1,35 @@ { "photoUrl": { - "label": "Photo URL" + "label": "Valokuvan URL" }, "firstName": { - "label": "First Name" + "label": "Etunimi" }, "lastName": { - "label": "Last Name" + "label": "Sukunimi" }, "subtitle": { "label": "Alaotsikko" }, "address": { - "label": "Address", + "label": "Osoite", "line1": { - "label": "Address Line 1" + "label": "Osoite rivi 1" }, "line2": { - "label": "Address Line 2" + "label": "Osoiterivi 2" }, "line3": { - "label": "Address Line 3" + "label": "Osoiterivi 3" } }, "phone": { - "label": "Phone Number" + "label": "Puhelin" }, "website": { - "label": "Website" + "label": "Nettisivut" }, "email": { - "label": "Email Address" + "label": "Sähköposti" } }