Skip to content

Commit

Permalink
Merge pull request googlecodelabs#528 from googlecodelabs/nicolasgarn…
Browse files Browse the repository at this point in the history
…ier-patch-10

Adding localisation for the About element title
  • Loading branch information
skarEE authored Nov 30, 2020
2 parents badb626 + cd386f4 commit 42a3687
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
{/if}

<div class="about-card">
<h2 class="title">About this codelab</h2>
<h2 class="title">
{msg desc="Text explaining that this card is about this codelab"}
About this codelab
{/msg}
</h2>

{if $lastUpdated}
<div class="last-updated">
Expand Down

0 comments on commit 42a3687

Please sign in to comment.