Current phrasing indicates the highlighted number is the number of ways that will be uploaded back to the API, when it is actually the total number of ways shown to the user in that session. Raised by #7.
|
<p className="text-center text-medium font-medium"> |
|
The changes you upload as |
|
<Link |
|
className="px-1 hover:underline" |
|
target="_blank" |
|
href={`https://www.openstreetmap.org/user/${osmUser}`} |
|
> |
|
{osmUser} |
|
</Link> |
|
will be visible on all maps that use OpenStreetMap data. |
|
</p> |
Current phrasing indicates the highlighted number is the number of ways that will be uploaded back to the API, when it is actually the total number of ways shown to the user in that session. Raised by #7.
tigerking/src/components/UploadModal.tsx
Lines 87 to 97 in 98cc786