mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-21 20:01: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>
|
||||
{this.leaveAdmin()}
|
||||
<ConfirmationModal
|
||||
message="Are you sure you want to leave the admin team?"
|
||||
loadingMessage="Leaving admin team"
|
||||
message={I18NextService.i18n.t("leave_admin_team_confirmation")}
|
||||
loadingMessage={I18NextService.i18n.t("leaving_admin_team")}
|
||||
onNo={this.handleToggleShowLeaveAdminConfirmation}
|
||||
onYes={this.handleLeaveAdminTeam}
|
||||
show={this.state.showConfirmLeaveAdmin}
|
||||
|
|
Loading…
Reference in a new issue