Remove duplicate i18n text

This commit is contained in:
Paul Bienkowski 2022-07-28 19:02:37 +02:00
parent a7a3b430ea
commit 32124444a4

View file

@ -207,7 +207,6 @@ const App = connect((state) => ({login: state.login}))(function App({login}) {
<Grid.Column> <Grid.Column>
<Header as="h5"> <Header as="h5">
{t('App.footer.thisInstallation')} {t('App.footer.thisInstallation')}
This installation
</Header> </Header>
<List> <List>
<List.Item> <List.Item>
@ -218,7 +217,6 @@ const App = connect((state) => ({login: state.login}))(function App({login}) {
<List.Item> <List.Item>
<a href={config?.imprintUrl} target="_blank" rel="noreferrer"> <a href={config?.imprintUrl} target="_blank" rel="noreferrer">
{t('App.footer.imprint')} {t('App.footer.imprint')}
Imprint
</a> </a>
</List.Item> </List.Item>
<List.Item> <List.Item>