Skip to content

Commit

Permalink
Add internationalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii authored Jun 5, 2024
1 parent 1aa9043 commit 2b7b321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1><ng-container>Planet</ng-container> {{planetName}}</h1>
</mat-toolbar>

<div *ngIf="isAndroid && showBanner" class="banner">
<p>Check out our Android app on the Play Store!</p>
<p i18n>Check out our Android app on the Play Store!</p>
<a href="https://play.google.com/store/apps/details?id=org.ole.planet.myplanet" target="_blank">
<img src="assets/google_play.png" alt="Get myPlanet on playstore" class="playstore-logo">
</a>
Expand Down

0 comments on commit 2b7b321

Please sign in to comment.