From 1ed5b4bda9023c2920834ddb3337579ab7a708a1 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Tue, 29 Mar 2016 16:13:25 -0400 Subject: [PATCH] Remove usage of Underscore.string in edit-chapter.underscore --- cms/templates/js/edit-chapter.underscore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/templates/js/edit-chapter.underscore b/cms/templates/js/edit-chapter.underscore index 66851249bb..30b669ee30 100644 --- a/cms/templates/js/edit-chapter.underscore +++ b/cms/templates/js/edit-chapter.underscore @@ -1,13 +1,13 @@
- " value="<%- name %>" type="text"> + " value="<%- name %>" type="text"> <%- gettext("provide the title/name of the chapter that will be used in navigating") %>
- " value="<%- asset_path %>" type="text" dir="ltr"> + " value="<%- asset_path %>" type="text" dir="ltr"> <%- gettext("upload a PDF file or provide the path to a Studio asset file") %>