mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-03 04:06:23 -04:00
remove more toUpperCase()
This commit is contained in:
parent
17cd0f95bb
commit
e3755300d8
1 changed files with 4 additions and 4 deletions
|
@ -221,16 +221,16 @@ public class SupportView extends ActivatableView<TabPane, Void> {
|
|||
|
||||
// We might get that method called before we have the map is filled in the arbitratorManager
|
||||
if (arbitratorTab != null) {
|
||||
arbitratorTab.setText(Res.get("support.tab.ArbitratorsSupportTickets", Res.get("shared.arbitrator")).toUpperCase());
|
||||
arbitratorTab.setText(Res.get("support.tab.ArbitratorsSupportTickets", Res.get("shared.arbitrator")));
|
||||
}
|
||||
if (signedOfferTab != null) {
|
||||
signedOfferTab.setText(Res.get("support.tab.SignedOffers").toUpperCase());
|
||||
signedOfferTab.setText(Res.get("support.tab.SignedOffers"));
|
||||
}
|
||||
if (mediatorTab != null) {
|
||||
mediatorTab.setText(Res.get("support.tab.ArbitratorsSupportTickets", Res.get("shared.mediator")).toUpperCase());
|
||||
mediatorTab.setText(Res.get("support.tab.ArbitratorsSupportTickets", Res.get("shared.mediator")));
|
||||
}
|
||||
if (refundAgentTab != null) {
|
||||
refundAgentTab.setText(Res.get("support.tab.ArbitratorsSupportTickets", Res.get("shared.refundAgentForSupportStaff")).toUpperCase());
|
||||
refundAgentTab.setText(Res.get("support.tab.ArbitratorsSupportTickets", Res.get("shared.refundAgentForSupportStaff")));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue