Skip to content

Commit

Permalink
🌐 feat(views/TalkInfo): translate strings from FR to EN (empty talk s…
Browse files Browse the repository at this point in the history
…ummary, comment button and back to planning button)
  • Loading branch information
Horgix committed Sep 13, 2022
1 parent f8b456b commit fda6244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/TalkInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<h1>{{ talk.title }}</h1>
<VueMarkdown class="summary">
{{ talk.summary || 'Aucune description.' }}
{{ talk.summary || 'No talk summary.' }}
</VueMarkdown>
<a
class="speaker"
Expand All @@ -30,9 +30,9 @@
class="rate"
target="_blank"
:href="`https://conf-companion.firebaseapp.com/rate/${talk.conferenceId}#${talk.id}`">
Laisser un commentaire
Leave a comment
</a>
<router-link class="back" to="/" replace>Retour au planning</router-link>
<router-link class="back" to="/" replace>Back to the planning</router-link>
</section>
</template>

Expand Down

0 comments on commit fda6244

Please sign in to comment.