Skip to content

Commit

Permalink
Merge pull request sakaiproject#904 from bjones86/SAK-29729
Browse files Browse the repository at this point in the history
SAK-29729 change text of 'submit as student' link on list assignments by student UI
  • Loading branch information
bjones86 committed Jul 21, 2015
2 parents f207d90 + 9b99bc1 commit ad71e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ viewassign = View Assignment
subexampleassign = Submit Example Assignment
viewexampleassign= View Example Assignment
assignmenttext = Assignment Text
submitforstudent = Submit on Behalf of Student
submitforstudent = Submit on behalf of Student
resubmit = Resubmit
viewsubmission = View Submission
viewsubmissions = View Submissions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
#if ($allowAddAssignment && $allowSubmitByInstructor)
<div class="itemAction">
<a href="#toolLinkParam("AssignmentAction" "doView_submission" "assignmentReference=$validator.escapeUrl($assignment.Reference)&submitterId=$validator.escapeUrl($member.id)")">
$tlang.getString("subasstudent")
$tlang.getString("submitforstudent")
</a>
</div>
#end
Expand Down

0 comments on commit ad71e55

Please sign in to comment.