This commit is contained in:
Benjamin Takats
2023-01-17 22:17:00 +01:00
parent 000397497a
commit 6218d227f4
3 changed files with 5 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ class Meetup extends Resource
->rules('url', 'nullable'), ->rules('url', 'nullable'),
Text::make(__('Twitter Username'), 'twitter_username') Text::make(__('Twitter Username'), 'twitter_username')
->help(__('Without @'))
->rules('string', 'nullable'), ->rules('string', 'nullable'),
BelongsTo::make(__('City'), 'city', City::class) BelongsTo::make(__('City'), 'city', City::class)

View File

@@ -658,5 +658,6 @@
"Deselect": "Abwählen", "Deselect": "Abwählen",
"Your current Meetup groups": "Deine aktuellen Meetup-Gruppen", "Your current Meetup groups": "Deine aktuellen Meetup-Gruppen",
"Thanks, continue here": "Danke, weiter geht es hier", "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 @"
} }

View File

@@ -651,5 +651,6 @@
"Deselect": "", "Deselect": "",
"Your current Meetup groups": "", "Your current Meetup groups": "",
"Thanks, continue here": "", "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 @": ""
} }