Skip to content
Snippets Groups Projects
Unverified Commit c9a54331 authored by Tom French's avatar Tom French Committed by GitHub
Browse files

Remove dollar sign from close account modal (#244)

parent 5a00bf6b
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,7 @@ function CloseAccount({
<View>
<P>
This account has a balance of{' '}
<strong>${integerToCurrency(balance)}</strong>. To close
<strong>{integerToCurrency(balance)}</strong>. To close
this account, select a different account to transfer this
balance to:
</P>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment