Skip to content

Commit

Permalink
Tweak header texts (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Dec 17, 2021
1 parent b3082e7 commit 49f18cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gatsby/lobid/src/components/team.html.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export class Team extends React.Component {
src={hbzLogoPng}
alt="hbz logo"
/>
lobid <small>&mdash; {this.props.subtitle}</small>
{this.props.title} <small></small>
</h1>
</div>

Expand Down
2 changes: 1 addition & 1 deletion gatsby/lobid/src/templates/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function ProductPage({ data, location, pageContext }) {
companyDetails="Impressum"
privacy="Datenschutz"
contactPointId="mailto:[email protected]"
memberName="Mitglieder"
memberName="Team"
lang="de"
/>);
}
Expand Down
2 changes: 1 addition & 1 deletion gatsby/lobid/src/templates/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ProjectPage({ data, location, pageContext }) {
companyDetails="Impressum"
privacy="Datenschutz"
contactPointId="mailto:[email protected]"
memberName="Mitglieder"
memberName="Team"
lang="de"
/>);
}
Expand Down
2 changes: 1 addition & 1 deletion gatsby/lobid/src/templates/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default ({ data, location, pageContext }) => {
projects={data.allProjectJson.edges}
lang={pageContext.lang}
contactName={pageContext.lang==="de"?"Kontakt":"Contact"}
subtitle={pageContext.lang==="de"?"Dateninfrastruktur für Bibliotheken":"Data infrastructure for libraries"}
title={pageContext.lang==="de"?"Offene Infrastruktur":"Open Infrastructure"}
publications={pageContext.lang==="de"?"Publikationen":"Publications"}
language={pageContext.lang==="de"?"English":"Deutsch"}
languageTooltip={pageContext.lang==="de"?"Switch language to English":"Wechsel zur deutschen Version"}
Expand Down

0 comments on commit 49f18cd

Please sign in to comment.