<p><b>@chimp1984</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3169#discussion_r319723902">desktop/src/main/java/bisq/desktop/main/account/register/DisputeResolverRegistrationView.java</a>:</p>
<pre style='color:#555'>> +        registerButton.disableProperty().bind(model.registrationEditDisabled);
+        registerButton.setOnAction(e -> onRegister());
+
+        Button revokeButton = buttonButtonTuple2.second;
+        revokeButton.setDefaultButton(false);
+        revokeButton.disableProperty().bind(model.revokeButtonDisabled);
+        revokeButton.setOnAction(e -> onRevoke());
+
+        final TitledGroupBg titledGroupBg = addTitledGroupBg(gridPane, ++gridRow, 2,
+                Res.get("shared.information"), Layout.GROUP_DISTANCE);
+
+        titledGroupBg.getStyleClass().add("last");
+
+        Label infoLabel = addMultilineLabel(gridPane, gridRow);
+        GridPane.setMargin(infoLabel, new Insets(Layout.TWICE_FIRST_ROW_AND_GROUP_DISTANCE, 0, 0, 0));
+        infoLabel.setText(Res.get("account.arbitratorRegistration.info.msg"));
</pre>
<p>Ah good point. Wanted to ask <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=170962" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/ripcurlx">@ripcurlx</a> how it is for translators if we change key of string. I fear they will see he old key removed and need to add the new one again. That's why I left it currently, but I will add a TODO.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/3169?email_source=notifications&email_token=AJFFTNU6H4NKZH45WJINHEDQHJVMTA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2MJI#discussion_r319723902">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNR2AZINCFSXEGOIY4TQHJVMTANCNFSM4ISQRRTA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNTOR7F5BHCI4HVQ6ITQHJVMTA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2MJI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/3169?email_source=notifications\u0026email_token=AJFFTNU6H4NKZH45WJINHEDQHJVMTA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2MJI#discussion_r319723902",
"url": "https://github.com/bisq-network/bisq/pull/3169?email_source=notifications\u0026email_token=AJFFTNU6H4NKZH45WJINHEDQHJVMTA5CNFSM4ISQRRTKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCDJ2MJI#discussion_r319723902",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>