diff --git a/app/Nova/MeetupEvent.php b/app/Nova/MeetupEvent.php index c5124103..00c0ce02 100644 --- a/app/Nova/MeetupEvent.php +++ b/app/Nova/MeetupEvent.php @@ -96,7 +96,9 @@ class MeetupEvent extends Resource Text::make('Link') ->hideFromIndex() - ->rules('required', 'string'), + ->rules('nullable', 'string') + ->nullable() + ->help(__('For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)')), BelongsTo::make('Meetup') ->searchable() diff --git a/resources/lang/de.json b/resources/lang/de.json index 9f9e0c89..dd98f807 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -710,5 +710,6 @@ "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", "Link to participate": "Link zur Teilnahme", - "Copied!": "Kopiert!" + "Copied!": "Kopiert!", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "Zum Beispiel ein Link zu einer Location auf Google Maps oder ein Link zu einer Website. (nicht dein Telegram-Gruppen-Link)" } diff --git a/resources/lang/en.json b/resources/lang/en.json index 2c0258f7..6106c627 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -703,5 +703,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/es.json b/resources/lang/es.json index 5224ae91..3d6c0a10 100644 --- a/resources/lang/es.json +++ b/resources/lang/es.json @@ -703,5 +703,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/fr.json b/resources/lang/fr.json index b3a1e8a4..d77642f2 100644 --- a/resources/lang/fr.json +++ b/resources/lang/fr.json @@ -704,5 +704,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/hr.json b/resources/lang/hr.json index 6a5a09d1..8e985016 100644 --- a/resources/lang/hr.json +++ b/resources/lang/hr.json @@ -704,5 +704,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/it.json b/resources/lang/it.json index d8b973db..6a901846 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -704,5 +704,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/mk.json b/resources/lang/mk.json index 2aacac89..8185dad7 100644 --- a/resources/lang/mk.json +++ b/resources/lang/mk.json @@ -704,5 +704,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/pl.json b/resources/lang/pl.json index b4c58ce3..e8053110 100644 --- a/resources/lang/pl.json +++ b/resources/lang/pl.json @@ -704,5 +704,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/pt.json b/resources/lang/pt.json index 738285ac..7e23cbe3 100644 --- a/resources/lang/pt.json +++ b/resources/lang/pt.json @@ -704,5 +704,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file diff --git a/resources/lang/tr.json b/resources/lang/tr.json index f947d600..77fc0697 100644 --- a/resources/lang/tr.json +++ b/resources/lang/tr.json @@ -678,5 +678,8 @@ "Unfortunately I can\\'t come": "", "Might attend": "", "Here you can confirm your participation and find more information about the Meetup.": "", - "Unfortunately I cannot come": "" + "Unfortunately I cannot come": "", + "Link to participate": "", + "Copied!": "", + "For example, a link to a location on Google Maps or a link to a website. (not your Telegram group link)": "" } \ No newline at end of file