updated heading with interpolation translation
This commit is contained in:
parent
4c36fd097f
commit
4d321cc841
1 changed files with 1 additions and 1 deletions
2
ui/src/components/setup.tsx
vendored
2
ui/src/components/setup.tsx
vendored
|
@ -64,7 +64,7 @@ export class Setup extends Component<any, State> {
|
|||
<div class="row">
|
||||
<div class="col-12 offset-lg-3 col-lg-6">
|
||||
<h3>
|
||||
<T i18nKey="lemmy_instance_setup">#</T>
|
||||
{ i18n.t('lemmy_instance_setup') }
|
||||
</h3>
|
||||
{!this.state.doneRegisteringUser ? (
|
||||
this.registerUser()
|
||||
|
|
Loading…
Reference in a new issue