Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change bond roles names for Bisq 2 roles #6762

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions core/src/main/resources/i18n/displayStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2301,19 +2301,19 @@ dao.bond.bondedRoleType.UNDEFINED=Undefined
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.GITHUB_ADMIN=GitHub admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.FORUM_ADMIN=Forum admin
dao.bond.bondedRoleType.FORUM_ADMIN=Bisq 2 release manager
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.TWITTER_ADMIN=Twitter admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.ROCKET_CHAT_ADMIN=Keybase admin
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.YOUTUBE_ADMIN=YouTube admin
dao.bond.bondedRoleType.YOUTUBE_ADMIN=Bisq 2 moderator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BISQ_MAINTAINER=Bisq maintainer
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=BitcoinJ-fork maintainer
dao.bond.bondedRoleType.BITCOINJ_MAINTAINER=Bisq 2 security manager
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Netlayer maintainer
dao.bond.bondedRoleType.NETLAYER_MAINTAINER=Bisq 2 oracle node
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.WEBSITE_OPERATOR=Website operator
# suppress inspection "UnusedProperty"
Expand All @@ -2329,7 +2329,7 @@ dao.bond.bondedRoleType.MARKETS_OPERATOR=Markets operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.BSQ_EXPLORER_OPERATOR=Explorer operator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Mobile notifications relay operator
dao.bond.bondedRoleType.MOBILE_NOTIFICATIONS_RELAY_OPERATOR=Bisq 2 arbitrator
# suppress inspection "UnusedProperty"
dao.bond.bondedRoleType.DOMAIN_NAME_HOLDER=Domain name holder
# suppress inspection "UnusedProperty"
Expand Down