diff --git a/docs_manual/source/metadata_advanced.rst b/docs_manual/source/metadata_advanced.rst index 5902de79..b4acb8cb 100644 --- a/docs_manual/source/metadata_advanced.rst +++ b/docs_manual/source/metadata_advanced.rst @@ -97,7 +97,7 @@ to true, the assay plugin used for the assay should implement the STUDY ASSAYS Study Assay File Name a_assay.txt - Comment[SODAR Assay Row Display] false + Comment[SODAR Assay Row Link Display] false SODAR currently supports the following assay plugins: diff --git a/samplesheets/views_ajax.py b/samplesheets/views_ajax.py index 8a0e4a67..2340fcd6 100644 --- a/samplesheets/views_ajax.py +++ b/samplesheets/views_ajax.py @@ -87,7 +87,7 @@ ERROR_NOT_FOUND = 'Collection not found' ERROR_NO_AUTH = 'User not authorized for iRODS collection' STUDY_PLUGIN_NOT_FOUND_MSG = 'Plugin not found for study' -ROW_LINK_DISPLAY_COMMENT = 'SODAR Assay Row Display' +ROW_LINK_DISPLAY_COMMENT = 'SODAR Assay Row Link Display' # Base Ajax View Classes and Mixins --------------------------------------------