mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 05:01:05 +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({
|
||||
message: I18n.t("logout"),
|
||||
confirmButtonLabel: "house",
|
||||
confirmButtonLabel: "home",
|
||||
didConfirm: logout,
|
||||
didCancel: logout,
|
||||
shouldDisplayCancel: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user