mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Add translations
This commit is contained in:
parent
9c51c913e9
commit
2f60e49d82
2 changed files with 3 additions and 3 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 30e80d40fd399c1ab4f55276f153f44f1fd04c41
|
Subproject commit ee2cffac809ad466644f061ad79ac577b6c2e4fd
|
|
@ -347,8 +347,8 @@ export class AdminSettings extends Component<
|
||||||
</ul>
|
</ul>
|
||||||
{this.leaveAdmin()}
|
{this.leaveAdmin()}
|
||||||
<ConfirmationModal
|
<ConfirmationModal
|
||||||
message="Are you sure you want to leave the admin team?"
|
message={I18NextService.i18n.t("leave_admin_team_confirmation")}
|
||||||
loadingMessage="Leaving admin team"
|
loadingMessage={I18NextService.i18n.t("leaving_admin_team")}
|
||||||
onNo={this.handleToggleShowLeaveAdminConfirmation}
|
onNo={this.handleToggleShowLeaveAdminConfirmation}
|
||||||
onYes={this.handleLeaveAdminTeam}
|
onYes={this.handleLeaveAdminTeam}
|
||||||
show={this.state.showConfirmLeaveAdmin}
|
show={this.state.showConfirmLeaveAdmin}
|
||||||
|
|
Loading…
Reference in a new issue