Skip to content

Commit

Permalink
i18n remove signer warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Apr 29, 2024
1 parent 10661f8 commit da29fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ function RemoveSignerModal({
textStyle="helper-text-base"
color="red-0"
>
{/* TODO: should be i18n-d */}
This signer will be removed from the the organization
{t('removeSignerWarning', { ns: 'modals' })}
</Text>
</HStack>

Expand Down
3 changes: 2 additions & 1 deletion src/i18n/locales/en/modals.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@
"updateSignersTooltip": "The number of signers required to pass future proposals",
"confirmModifyGovernanceTitle": "Heads up this is a big deal!",
"confirmModifyGovernanceDescription": "Modifying your Safe's governance will change a lot of things that you should be aware of before you proceed",
"stakeTitle": "Stake"
"stakeTitle": "Stake",
"removeSignerWarning": "This signer will be removed from the the organization"
}

0 comments on commit da29fba

Please sign in to comment.