Skip to content

Commit

Permalink
🐛 welovedevs#55 Change field description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Boulin committed Feb 24, 2022
1 parent 2b8a064 commit 76b23f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion locales/extracted_locales/locales.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@
"id": "Sountrack.editDialog.title"
},
{
"defaultMessage": "Enter a Spotify embed URL.",
"defaultMessage": "Enter a Spotify, SoundCloud or Deezer URL.",
"id": "Soundtrack.editDialog.embedUrl.title"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const Content = ({ helpers: { fullScreen, isMobile } }) => {
title={
<FormattedMessage
id="Soundtrack.editDialog.embedUrl.title"
defaultMessage="Enter a Spotify embed URL."
defaultMessage="Enter a Spotify, SoundCloud or Deezer URL."
/>
}
subtitle={
Expand All @@ -102,7 +102,6 @@ const Content = ({ helpers: { fullScreen, isMobile } }) => {
{hasLoaded === null && <LoadingSpinner />}
{iframeUrl && (
<iframe
// title="deezer-widget"
className={classes.iframe}
key={frameHashCode}
title="Soundtrack"
Expand Down
2 changes: 1 addition & 1 deletion src/package/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"SoundTrack.noSoundTrack.buttonLabel": "Add a playlist",
"SoundTrack.noSoundTrack.title": "Add a playlist here that represents your mood and personality !",
"Soundtrack.editDialog.embedUrl.subtitle": "Ex: https://open.spotify.com/embed/album/79dL7FLiJFOO0EoehUHQBv",
"Soundtrack.editDialog.embedUrl.title": "Enter a Spotify embed URL",
"Soundtrack.editDialog.embedUrl.title": "Enter a Spotify, SoundCloud or Deezer URL.",
"Soundtrack.front.button": "My playlist",
"Soundtrack.front.title": "Discover my favourite tracks",
"Sountrack.editDialog.title": "Embed your musical tastes in your profile.",
Expand Down
2 changes: 1 addition & 1 deletion src/package/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"SoundTrack.noSoundTrack.buttonLabel": "Ajouter une playlist",
"SoundTrack.noSoundTrack.title": "Ajouter ici une playlist qui représente votre humeur et votre personnalité !",
"Soundtrack.editDialog.embedUrl.subtitle": "Ex: https://open.spotify.com/embed/album/79dL7FLiJFOO0EoehUHQBv",
"Soundtrack.editDialog.embedUrl.title": "Entrez une url spotify embed",
"Soundtrack.editDialog.embedUrl.title": "Entrez une url Spotify, SoundClound ou Deezer",
"Soundtrack.front.button": "Ma playlist",
"Soundtrack.front.title": "Découvrez ma tracklist",
"Sountrack.editDialog.title": "Ajouter vos goûts musicaux dans votre profil.",
Expand Down
2 changes: 1 addition & 1 deletion src/package/i18n/tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"SoundTrack.noSoundTrack.buttonLabel": "Çalma listesi ekle",
"SoundTrack.noSoundTrack.title": "Buraya ruh halinizi ve kişiliğinizi temsil eden bir çalma listesi ekleyin!",
"Soundtrack.editDialog.embedUrl.subtitle": "Örn: https://open.spotify.com/embed/album/79dL7FLiJFOO0EoehUHQBv",
"Soundtrack.editDialog.embedUrl.title": "Bir Spotify URL'si girin",
"Soundtrack.editDialog.embedUrl.title": "Bir Spotify, SoundCloud veya Deezer URL'si girin",
"Soundtrack.front.button": "Çalma listem",
"Soundtrack.front.title": "Favori parçalarımı keşfet",
"Sountrack.editDialog.title": "Müzik zevklerinizi profilinize ekleyin.",
Expand Down

0 comments on commit 76b23f4

Please sign in to comment.