-
Notifications
You must be signed in to change notification settings - Fork 24
Add help text descriptions for social media fields in public profile #4515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
9d4d6f7
Add help text descriptions for social media fields in public profile
github-actions[bot] d0b968c
Revert backend changes, keep only frontend help text descriptions
github-actions[bot] 2aa32eb
Update frontend/src/locale/index.ts
marcoacierno 4cbe662
Apply suggestions from code review
marcoacierno 0350cd1
Apply suggestions from code review
marcoacierno File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,6 +91,18 @@ Let's get in touch to find the best solution for your business' needs!`, | |
| "profile.publicProfile.yourBio.description": | ||
| "Write something about yourself: your interests, your current occupation and more!", | ||
| "profile.publicProfile.yourSocials": "Your socials", | ||
| "profile.publicProfile.website.description": | ||
| "Your website URL (e.g., https://example.com)", | ||
| "profile.publicProfile.mastodon.description": | ||
| "Your Mastodon handle in the format [email protected] (e.g., [email protected])", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.instagram.description": | ||
| "Your Instagram handle without @ (e.g., pythonita)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.linkedin.description": | ||
| "Your LinkedIn profile URL (e.g., https://www.linkedin.com/in/yourprofile)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.facebook.description": | ||
| "Your Facebook profile URL (e.g., https://www.facebook.com/yourprofile)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.twitter.description": | ||
| "Your Twitter handle without @ (e.g., pythonita)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.ticketsEdit.qrCodeDescription": | ||
| "The QR Code links to your public profile and can be used to quickly share contact details with fellow attendees and sponsors!", | ||
| "profile.ticketsEdit.editProfile": | ||
|
|
@@ -2200,6 +2212,18 @@ Usa il pulsante 'Gestisci' nella pagina per confermare o rifiutare il grant. Hai | |
| "profile.publicProfile.yourBio.description": | ||
| "Scrivi qualcosa su di te: i tuoi interessi, il tuo lavoro attuale e cosi via!", | ||
| "profile.publicProfile.yourSocials": "I tuoi social", | ||
| "profile.publicProfile.website.description": | ||
| "L'URL del tuo sito web (es., https://example.com)", | ||
| "profile.publicProfile.mastodon.description": | ||
| "Il tuo handle Mastodon nel formato [email protected] (es., [email protected])", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.instagram.description": | ||
| "Il tuo handle Instagram senza @ (es., pythonita)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.linkedin.description": | ||
| "L'URL del tuo profilo LinkedIn (es., https://www.linkedin.com/in/tuoprofilo)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.facebook.description": | ||
| "L'URL del tuo profilo Facebook (es., https://www.facebook.com/tuoprofilo)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.publicProfile.twitter.description": | ||
| "Il tuo handle Twitter senza @ (es., pythonita)", | ||
marcoacierno marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "profile.ticketsEdit.qrCodeDescription": | ||
| "Il QR Code porta al tuo profilo e può essere utilizzato per condividere rapidamente i tuoi contatti con altri partecipanti o sponsors!", | ||
| "profile.ticketsEdit.editProfile": | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.