Skip to content

Commit

Permalink
[CBW-1538] Change "baker" to "validator" in Pool settings screen (#376)
Browse files Browse the repository at this point in the history
The text explaining the Pool settings has been updated to user the term
“validator” instead of “baker“
  • Loading branch information
prinshamlet committed Nov 23, 2023
1 parent e5a96d7 commit 4e18199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct BakerCommissionSettingsView: View {
var body: some View {
VStack {
if let ranges = viewModel.commissionRanges {
Text("When you open your baker as a pool, you earn commissions of stake delegated to your pool from another accounts")
Text("When you open your validator as a pool, you earn commissions of stake delegated to your pool from another accounts")
.padding(.bottom, 16)

Text("Transaction fee commission")
Expand Down

0 comments on commit 4e18199

Please sign in to comment.