Skip to content

Commit

Permalink
Fix warning, update text
Browse files Browse the repository at this point in the history
  • Loading branch information
xbgmsharp committed Feb 24, 2024
1 parent d5f95d3 commit e09efe9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/App/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Header = memo(() => {
const { t } = useTranslation({ Header })
const { lang, setLang } = useLang();
return <GlHeader
title={<a {...routes.home().link}><h1><img src="./PostgsailLogo.svg" alt="SVG as an image" height={48}/></h1></a>}
title={<a {...routes.home().link}><h1><img src="./PostgsailLogo.svg" alt="Postgsail Logo" height={48}/></h1></a>}
links={[
{
"label": t("link2label"),
Expand Down
8 changes: 4 additions & 4 deletions src/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const {
"article2Title": "Boat Monitoring",
"article2Body": `- Check your vessel from anywhere in the world in real-time.
- Monitor windspeed, depth, baromteter, temperatures and more
- Monitor wind, depth, barometer, temperatures and more
- See historical (up-to 7 days) data
Expand Down Expand Up @@ -106,7 +106,7 @@ export const {
"checkListElementDescription2": "Monitor your boat.",
"checkListElementDescription3": "Log your trips.",
"checkListElementDescription4": "Go social",
"checkListElementDescription5": "Track your stats. Awesome statistics and graphs.",
"checkListElementDescription5": "Track your stats. Awesome statistics and graphs. Beautiful map",
"checkListElementDescription6": "Predictive failure.",
"checkListElementDescription7": "Control your boat remotely.",
"checkListElementDescription8": "Export to CSV, GPX, GeoJSON, KML and download your logs.",
Expand Down Expand Up @@ -203,7 +203,7 @@ export const {
"article2Title": "Boat Monitoring",
"article2Body": `- Check your vessel from anywhere in the world in real-time.
- Monitor windspeed, depth, baromteter, temperatures and more
- Monitor wind, depth, barometer, temperatures and more
- See historical (up-to 7 days) data
Expand Down Expand Up @@ -340,7 +340,7 @@ export const {
"article2Title": "Boat Monitoring",
"article2Body": `- Check your vessel from anywhere in the world in real-time.
- Monitor windspeed, depth, baromteter, temperatures and more
- Monitor wind, depth, barometer, temperatures and more
- See historical (up-to 7 days) data
Expand Down

0 comments on commit e09efe9

Please sign in to comment.