update string in SIS text

fixes CNVS-13991

test plan
 - specs should pass

Change-Id: Ie689f634e5ec51f85e07bdd4b1af21a311af97ad
Reviewed-on: https://gerrit.instructure.com/37328
Tested-by: Jenkins <jenkins@instructure.com>
Reviewed-by: Ken Romney <kromney@instructure.com>
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Dana Danger <dana@instructure.com>
This commit is contained in:
Rob Orton 2014-07-07 10:33:57 -06:00
parent b408d65fae
commit 5ca1c280cf
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
<%= form_tag account_sis_imports_path(@account.id), :multipart => true, :id => "sis_importer" do %>
<p class="instruction"><%= mt(:select_file_instructions,
"Select the zip file that you want imported. \n" +
"For a description of how to generate these zip files, [please see this documentation](%{uri}).",
:uri => "/doc/api/sis_csv.html") %></p>
"For a description of how to generate these zip files, [please see this documentation](%{url}).",
:url => "/doc/api/sis_csv.html") %></p>
<div>
<input type="file" name="attachment" style="font-size: 1.2em;"/><br/>
<label for="import_type"><%= before_label(t(:import_type_label, "Import type")) %></label>