Documentation updates from catong

This commit is contained in:
Braden MacDonald
2015-01-05 14:15:03 -08:00
committed by E. Kolpakov
parent 7303966c13
commit 4d454e3078
4 changed files with 10 additions and 21 deletions

View File

@@ -32,7 +32,7 @@ define(['jquery', 'underscore', 'gettext', 'js/views/feedback_prompt'], function
msg = new PromptView.Warning({
title: gettext('Already a course team member'),
message: _.template(
gettext("{email} is already on the {course} team. If you're trying to add a new member, please double-check the email address you provided."), {
gettext("{email} is already on the {course} team. Recheck the email address if you want to add a new member."), {
email: email,
course: course.escape('name')
}, {interpolate: /\{(.+?)\}/g}

View File

@@ -67,7 +67,7 @@ function($, _, gettext, PromptView, ViewUtils) {
msg = new PromptView.Warning({
title: gettext('Already a library team member'),
message: _.template(
gettext("{email} is already on the {course} team. If you're trying to add a new member, please double-check the email address you provided."), {
gettext("{email} is already on the {course} team. Recheck the email address if you want to add a new member."), {
email: email,
course: libraryName
}, {interpolate: /\{(.+?)\}/g}