summaryrefslogtreecommitdiff
path: root/design-documents/004-wallet-withdrawal-flow.rst
diff options
context:
space:
mode:
Diffstat (limited to 'design-documents/004-wallet-withdrawal-flow.rst')
-rw-r--r--design-documents/004-wallet-withdrawal-flow.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/design-documents/004-wallet-withdrawal-flow.rst b/design-documents/004-wallet-withdrawal-flow.rst
index 28e9c16b..49e11aaf 100644
--- a/design-documents/004-wallet-withdrawal-flow.rst
+++ b/design-documents/004-wallet-withdrawal-flow.rst
@@ -1,5 +1,5 @@
-Design Doc 004: Wallet Withdrawal Flow
-######################################
+DD 04: Wallet Withdrawal Flow
+#############################
Summary
=======
@@ -104,7 +104,7 @@ For those, the wallet should not offer the option to change an exchange.
After confirming the withdrawal,
the user is brought to the list of transactions of the current currency.
-It will include a pending `TransactionWithdrawal` which might require additional user confirmation
+It will include a pending ``TransactionWithdrawal`` which might require additional user confirmation
such as a two-factor-authentication step with the bank.
1. The bank transfer happens immediately
@@ -114,7 +114,7 @@ such as a two-factor-authentication step with the bank.
3. The bank provides a ``bankConfirmationUrl`` that the user needs to visit.
If the withdrawal proceeds very quickly,
-the `TransactionWithdrawal` might not show as pending
+the ``TransactionWithdrawal`` might not show as pending
and its effective amount is added to the displayed balance right away.
Alternatives