mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
FIX: Copy upon getting logged out (#29462)
This commit is contained in:
parent
ecdf199585
commit
7af728048c
|
@ -42,7 +42,7 @@ class LogoutInit {
|
||||||
|
|
||||||
this.dialog.alert({
|
this.dialog.alert({
|
||||||
message: I18n.t("logout"),
|
message: I18n.t("logout"),
|
||||||
confirmButtonLabel: "house",
|
confirmButtonLabel: "home",
|
||||||
didConfirm: logout,
|
didConfirm: logout,
|
||||||
didCancel: logout,
|
didCancel: logout,
|
||||||
shouldDisplayCancel: false,
|
shouldDisplayCancel: false,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user