Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
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
2 changes: 1 addition & 1 deletion app/_js/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ angular.module('wmProfile.directives', [])
// var title = config.langmap[config.supported_languages[i]] ? config.langmap[config.supported_languages[i]].nativeName : 'unknown';
options.push({
id: 'en-US',
title: 'English (United State)'
title: 'English (United States)'
});
}

Expand Down
2 changes: 1 addition & 1 deletion app/_partials/create-user-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <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}}/terms">terms</a> and
<a href="/{{lang}}/privacy">conditions</a>
<span class="help-block" ng-show="submit && !form.agree">You must agree to our terms and conditions</span>
</label>
Expand Down