fixed variable name linked to javascript issue
This commit is contained in:
parent
2044b0dcec
commit
862ff2f9fe
1 changed files with 1 additions and 1 deletions
|
@ -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}'
|
||||
};
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue