Skip to content

Commit

Permalink
i18n: remove translation to shelve
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack committed Sep 6, 2024
1 parent 53a6002 commit 0f2579e
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import React from "react";
import { Image } from "../../../Image";
import { Header } from "semantic-ui-react";
import { Trans } from "react-i18next";

const makeIdEntry = (identifier) => {
let icon, link;
Expand Down Expand Up @@ -111,10 +110,8 @@ export const AffiliationsSuggestions = (
<Header textAlign="center">
<Header.Content>
<p>
<Trans>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid*/}
Couldn't find your person? You can <a>create a new entry</a>.
</Trans>
{/* eslint-disable-next-line jsx-a11y/anchor-is-valid*/}
Couldn't find your person? You can <a>create a new entry</a>.
</p>
</Header.Content>
</Header>
Expand Down

0 comments on commit 0f2579e

Please sign in to comment.