Update FeedbackPage.java

This commit is contained in:
zkitefly 2022-03-06 11:56:07 +08:00 committed by Yuhui Huang
parent 6969107c68
commit 0b06bf82d8

View File

@ -243,8 +243,8 @@ public class FeedbackPage extends VBox implements PageAware {
HintPane hintPane = new HintPane(MessageDialogPane.MessageType.INFO);
hintPane.textProperty().bind(BindingMapping.of(logging).map(logging ->
logging
? i18n("account.methods.microsoft.manual")
: i18n("account.methods.microsoft.hint")));
? i18n("account.hmcl.hint")
: i18n("account.hmcl.hint")));
hintPane.setOnMouseClicked(e -> {
if (logging.get() && OAuthServer.lastlyOpenedURL != null) {
FXUtils.copyText(OAuthServer.lastlyOpenedURL);