diff --git a/resources/lang/de.json b/resources/lang/de.json index f6334ced..9f9e0c89 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -708,5 +708,7 @@ "I will show up": "Ich sage zu", "Might attend": "Vielleicht komme ich", "Here you can confirm your participation and find more information about the Meetup.": "Hier kannst du deine Teilnahme bestätigen und weitere Informationen zum Meetup finden.", - "Unfortunately I cannot come": "Leider kann ich doch nicht kommen" + "Unfortunately I cannot come": "Leider kann ich doch nicht kommen", + "Link to participate": "Link zur Teilnahme", + "Copied!": "Kopiert!" } diff --git a/resources/views/livewire/meetup/landing-page.blade.php b/resources/views/livewire/meetup/landing-page.blade.php index bf7e8a35..48666538 100644 --- a/resources/views/livewire/meetup/landing-page.blade.php +++ b/resources/views/livewire/meetup/landing-page.blade.php @@ -117,10 +117,10 @@