-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix notification subscription button on My Account (Mobile) #1783 * Test * fix misplaced * Strange line on faq page #1818 * formated Strange line on faq page #1818 * yarn format lint issue#1818
- Loading branch information
Showing
8 changed files
with
62 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,26 @@ | ||
{ | ||
"all": "All bank transactions", | ||
"bank-transactions": "Bank transactions", | ||
"transaction-date": "Transaction date", | ||
"amount": "Amount", | ||
"currency": "Currency", | ||
"donation-status": "Donation status", | ||
"id": "Trnsaction ID", | ||
"bank-name": "Bank name", | ||
"all": "All bank transactions", | ||
"bank-transactions": "Bank transactions", | ||
"transaction-date": "Transaction date", | ||
"amount": "Amount", | ||
"currency": "Currency", | ||
"donation-status": "Donation status", | ||
"id": "Trnsaction ID", | ||
"bank-name": "Bank name", | ||
"type": "Type", | ||
"description": "Description", | ||
"cta": { | ||
"download": "Download", | ||
"status": "Donation status", | ||
"type": "Type", | ||
"description": "Description", | ||
"cta": { | ||
"download": "Download", | ||
"status": "Donation status", | ||
"type": "Type", | ||
"from": "From", | ||
"to": "To", | ||
"apply-ref-heading": "Apply ref heading", | ||
"apply-ref": "Apply ref", | ||
"edit": "Edit", | ||
"start-sync": "Start sync" | ||
}, | ||
"matched-ref": "Matched ref", | ||
"payment-ref": "Payment ref", | ||
"rerun-dates": "Repeat bank sync" | ||
} | ||
|
||
"from": "From", | ||
"to": "To", | ||
"apply-ref-heading": "Apply ref heading", | ||
"apply-ref": "Apply ref", | ||
"edit": "Edit", | ||
"start-sync": "Start sync" | ||
}, | ||
"matched-ref": "Matched ref", | ||
"payment-ref": "Payment ref", | ||
"rerun-dates": "Repeat bank sync" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters