Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typos in tax_report.txt and RUNNING_REMOTELY.md #11066

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/retail/templates/emails/tax_report.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n %}
{% trans "There should be an zip attachment with all infos for all bounties, tips and grant funded" %}
{% trans "There should be a zip attachment with all infos for all bounties, tips and grant funded" %}
{% trans "Also there is a 1099 form compiled for evary us gitcoiners that you paid in this year" %}
{% trans "Each 1099 consist in 4 pdf file (copy 1, copy 2, copy B, copy C)" %}
{% trans "Each 1099 consist in 4 pdf file (copy 1, copy 2, copy B, copy C)" %}
2 changes: 1 addition & 1 deletion docs/RUNNING_REMOTELY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

We'll be using DigitalOcean which is a nice VPS service pretty customizable, easy to use and cheap. You need to create an account and pay for a droplet using any of the payment methods available.

There will be kind of a high memory load, so we gonna need the second best droplet which offers 2GB/1CPU (costs $10).
There will be kind of a high memory load, so we gonna need the second-best droplet which offers 2GB/1CPU (costs $10).

#### Create a droplet with the following settings:

Expand Down