From 6218d227f4b50bcdddabdc24647a4eb21ddecd95 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Tue, 17 Jan 2023 22:17:00 +0100 Subject: [PATCH] language --- app/Nova/Meetup.php | 1 + resources/lang/de.json | 3 ++- resources/lang/en.json | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/Nova/Meetup.php b/app/Nova/Meetup.php index 6b8967a6..e46b07c3 100644 --- a/app/Nova/Meetup.php +++ b/app/Nova/Meetup.php @@ -83,6 +83,7 @@ class Meetup extends Resource ->rules('url', 'nullable'), Text::make(__('Twitter Username'), 'twitter_username') + ->help(__('Without @')) ->rules('string', 'nullable'), BelongsTo::make(__('City'), 'city', City::class) diff --git a/resources/lang/de.json b/resources/lang/de.json index 03965127..d53e758c 100644 --- a/resources/lang/de.json +++ b/resources/lang/de.json @@ -658,5 +658,6 @@ "Deselect": "Abwählen", "Your current Meetup groups": "Deine aktuellen Meetup-Gruppen", "Thanks, continue here": "Danke, weiter geht es hier", - "Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": "Kopiere die LNURL und füge sie unter \"Senden\" ein oder scanne den QR-Code mit \"Senden\". LNURL-auth fähige Wallets:" + "Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": "Kopiere die LNURL und füge sie unter \"Senden\" ein oder scanne den QR-Code mit \"Senden\". LNURL-auth fähige Wallets:", + "Without @": "Ohne @" } diff --git a/resources/lang/en.json b/resources/lang/en.json index 4f47e92a..9e105217 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -651,5 +651,6 @@ "Deselect": "", "Your current Meetup groups": "", "Thanks, continue here": "", - "Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": "" + "Copy the LNURL and paste it under \"Send\" or scan the QR code with \"Send\". LNURL-auth enabled wallets:": "", + "Without @": "" }