From 4e181991c7145454dd507ebf653c826d23c35937 Mon Sep 17 00:00:00 2001 From: prinshamlet <146744339+prinshamlet@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:35:31 +0100 Subject: [PATCH] [CBW-1538] Change "baker" to "validator" in Pool settings screen (#376) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The text explaining the Pool settings has been updated to user the term “validator” instead of “baker“ --- .../Baking/ComissionSettings/BakerCommissionSettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConcordiumWallet/Views/Stake/Baking/ComissionSettings/BakerCommissionSettingsView.swift b/ConcordiumWallet/Views/Stake/Baking/ComissionSettings/BakerCommissionSettingsView.swift index 431b4757..18311926 100644 --- a/ConcordiumWallet/Views/Stake/Baking/ComissionSettings/BakerCommissionSettingsView.swift +++ b/ConcordiumWallet/Views/Stake/Baking/ComissionSettings/BakerCommissionSettingsView.swift @@ -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")