Bug fix for clan texts

This commit is contained in:
kngako 2024-05-12 18:51:12 +02:00
parent 2b98d61552
commit c54646e64b

View File

@ -250,7 +250,7 @@ failedToFindInvitation: "Failed to find invitation. Please try again or contact
invitationAcceptance: "You are now a {{{invitationMemberType}}} of {{{clanAddress}}}:" invitationAcceptance: "You are now a {{{invitationMemberType}}} of {{{clanAddress}}}:"
failedToAcceptInvitation: "Failed to accept invitation for {{{clanAddress}}}. Please try again later." failedToAcceptInvitation: "Failed to accept invitation for {{{clanAddress}}}. Please try again later."
failedToFindMemberInvite: "Failed to find clanMember invitation. Please try again later, or contact support." failedToFindMemberInvite: "Failed to find clanMember invitation. Please try again later, or contact support."
invitationDeclined: "You have declined invitation to be a {{{invitationMemberType}}} of {{{clanAddress}}}." invitationDeclined: "You have declined invitation to be a {{{invitationMemberType}}} of {{{clanAddress}}}."
enterClanName: "Please enter a short and unique name (max 16 characters, with no space) for your new clan:" enterClanName: "Please enter a short and unique name (max 16 characters, with no space) for your new clan:"
clanNameAlreadyUsed: "The name {{{proposedName}}} has already been used. Please enter a short and unique name (max 16 characters, with no space) for your new clan:" clanNameAlreadyUsed: "The name {{{proposedName}}} has already been used. Please enter a short and unique name (max 16 characters, with no space) for your new clan:"
clanNameConfirmation: "We are about to create a clan with the name {{{proposedName}}}:" clanNameConfirmation: "We are about to create a clan with the name {{{proposedName}}}:"
@ -258,7 +258,7 @@ continue: "Continue"
sorryNameAlreadyTaken: "Sorry the name has already be taken." sorryNameAlreadyTaken: "Sorry the name has already be taken."
selectActionPolicyForClan: "Select action policy for {{{clanAddress}}}:" selectActionPolicyForClan: "Select action policy for {{{clanAddress}}}:"
failedToCreateClan: "Failed to create {{{clanAddress}}}. Please try again later." failedToCreateClan: "Failed to create {{{clanAddress}}}. Please try again later."
selectedActionPolicy: "Selected the ${actionPolicyName} action policy on clan {{{clanAddress}}}." selectedActionPolicy: "Selected the {{{actionPolicyName}}} action policy on clan {{{clanAddress}}}."
confirm: "Confirm" confirm: "Confirm"
clanActionPolicyCreated: "The clan {{{clanAddress}}} has been set to the {{{actionPolicyName}}} action policy. {{{actionPolicyDescription}}}." clanActionPolicyCreated: "The clan {{{clanAddress}}} has been set to the {{{actionPolicyName}}} action policy. {{{actionPolicyDescription}}}."
clanActionPolicyFailedToBeCreated: "Failed to set action policy for {{{clanAddress}}}." clanActionPolicyFailedToBeCreated: "Failed to set action policy for {{{clanAddress}}}."