Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Conversation

@AkshayTiwari
Copy link

I've corrected the error from “English (United State)” to “English (United States)”

I've corrected the error from “English (United State)” to “English (United States)”
@@ -24,8 +24,8 @@ <h3 class="modal-title">Welcome to Webmaker!</h3>
<div class="checkbox" ng-class="{'has-error': submit && !form.agree }">
<label>
<input ng-model="form.agree" name="agree" type="checkbox">I agree to your
<a href="/{{lang}}/terms">terms</a>and
<a href="/{{lang}}/privacy">conditions</a>
<a href="/{{lang}}/terms">terms</a>&nbsp; and
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might be overthinking this. It looks like all it needs is to go from

<a href="/{{lang}}/terms">terms</a>and

to

<a href="/{{lang}}/terms">terms</a> and

<a href="/{{lang}}/terms">terms</a>and
<a href="/{{lang}}/privacy">conditions</a>
<a href="/{{lang}}/terms">terms</a> and
<a href="/{{lang}}/privacy"> conditions</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there doesn't need to be a space between the anchor tag and "conditions" here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants