From fc18e8801af708a774fce1e9c6fc20f1c54b9e46 Mon Sep 17 00:00:00 2001 From: kngako Date: Sun, 12 May 2024 20:13:31 +0200 Subject: [PATCH] Bug fix for selected action policy --- locales/en.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yaml b/locales/en.yaml index 4145254..72b57aa 100644 --- a/locales/en.yaml +++ b/locales/en.yaml @@ -258,7 +258,7 @@ continue: "Continue" sorryNameAlreadyTaken: "Sorry the name has already be taken." selectActionPolicyForClan: "Select action policy for {{{clanAddress}}}:" failedToCreateClan: "Failed to create {{{clanAddress}}}. Please try again later." -selectedActionPolicy: "Selected the {{{actionPolicyName}}} action policy on clan {{{clanAddress}}}." +selectedActionPolicy: "The {{{clanAddress}}} action policy is set to {{{actionPolicyName}}} approval." confirm: "Confirm" clanActionPolicyCreated: "The clan {{{clanAddress}}} has been set to the {{{actionPolicyName}}} action policy. {{{actionPolicyDescription}}}." clanActionPolicyFailedToBeCreated: "Failed to set action policy for {{{clanAddress}}}."