mirror of
https://github.com/we-promise/sure.git
synced 2026-05-12 15:15:01 +00:00
* Fixed crypto and loan add menus * Changed unspecified crypto account type to none for consistency * Added default add message for loan subtype * Made the short form of non-mortgage loans in loans.rb match the long form * Edited the crypto tooltip to be country generic * Update config/locales/views/loans/en.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Geoffrey <79559478+CYBRXT@users.noreply.github.com> * Update app/views/loans/_form.html.erb Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Geoffrey <79559478+CYBRXT@users.noreply.github.com> * Following Dosu's comment on my issue for consistency --------- Signed-off-by: Geoffrey <79559478+CYBRXT@users.noreply.github.com> Co-authored-by: Geoffrey <geoffrey@github.worker> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
21 lines
539 B
YAML
21 lines
539 B
YAML
---
|
|
en:
|
|
cryptos:
|
|
edit:
|
|
edit: Edit %{account}
|
|
form:
|
|
subtype_label: Account type
|
|
subtype_prompt: Select account type
|
|
subtype_none: None
|
|
tax_treatment_label: Tax Treatment
|
|
tax_treatment_hint: Most cryptocurrency is held in taxable accounts. Select a different option if held in a tax-advantaged account.
|
|
new:
|
|
title: Enter account balance
|
|
subtypes:
|
|
wallet:
|
|
short: Wallet
|
|
long: Crypto Wallet
|
|
exchange:
|
|
short: Exchange
|
|
long: Crypto Exchange
|