mirror of https://github.com/Chocobozzz/PeerTube
Fix missing i18n
parent
48767870ce
commit
d6ef417725
|
|
@ -24,6 +24,6 @@
|
|||
[user]="user" [userInformationLoaded]="userInformationLoaded" [reactiveUpdate]="true" [notifyOnUpdate]="true"
|
||||
></my-user-interface-settings>
|
||||
|
||||
<my-button class="mt-2" theme="secondary" icon="language" (click)="changeLanguage()">Change interface language</my-button>
|
||||
<my-button i18n class="mt-2" theme="secondary" icon="language" (click)="changeLanguage()">Change interface language</my-button>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue