From 862ff2f9fe12f8dca3d65f8090c6916cf43c6947 Mon Sep 17 00:00:00 2001 From: Tim Worrall Date: Fri, 6 Feb 2015 12:37:38 -0500 Subject: [PATCH] fixed variable name linked to javascript issue --- .../freemarker/edit/forms/addEditorsToInformationResource.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl b/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl index 4bd7bc51..1df9b064 100644 --- a/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl +++ b/productMods/templates/freemarker/edit/forms/addEditorsToInformationResource.ftl @@ -162,7 +162,7 @@ var i18nStrings = { removeEditorshipAlert: '${i18n().error_processing_editor_request}', editorTypeText: '${i18n().editor_capitalized}', helpTextSelect: '${i18n().select_an_existing}', - helptextAdd: '${i18n().or_add_new_one}' + helpTextAdd: '${i18n().or_add_new_one}' };