diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 9ca1e2651..17942ad91 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -120,7 +120,7 @@ }, "social-media": { "name": "Soziale Medien", - "placeholder": "Füge eine Social-Media URL hinzu", + "placeholder": "Deine Social-Media URL", "submit": "Link hinzufügen", "successAdd": "Social-Media hinzugefügt. Profil aktualisiert!", "successDelete": "Social-Media gelöscht. Profil aktualisiert!" diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 9e1a522d7..c881bf270 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -120,7 +120,7 @@ }, "social-media": { "name": "Social media", - "placeholder": "Add social media url", + "placeholder": "Your social media url", "submit": "Add link", "successAdd": "Added social media. Updated user profile!", "successDelete": "Deleted social media. Updated user profile!" diff --git a/webapp/pages/settings/my-social-media.vue b/webapp/pages/settings/my-social-media.vue index acfdaa26b..1ce84a2d9 100644 --- a/webapp/pages/settings/my-social-media.vue +++ b/webapp/pages/settings/my-social-media.vue @@ -1,57 +1,63 @@ - - - - - - - {{ link.url }} - - | - - - + + + + + - - - - - - - - - - - - {{ $t('settings.social-media.submit') }} - - - - - - - + + + + + {{ link.url }} + + | + + + + + + + + + + + + + + + + {{ editingLink === '' ? $t('settings.social-media.submit') : $t('actions.save') }} + + + + +