diff --git a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql index d423c31dc..85b78e34e 100644 --- a/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql +++ b/ccm-cms/sql/ccm-cms/default/upgrade/6.6.0-6.6.1/upd_table_authoring_steps.sql @@ -17,4 +17,12 @@ update authoring_steps set component='com.arsdigita.cms.ui.authoring.GenericArticleBody' - where component like '%TextPageBody%' ; \ No newline at end of file + where component like '%TextPageBody%' ; + +update authoring_steps + set label_bundle='com.arsdigita.cms.CMSResources' + where label_bundle like 'com.arsdigita.cms.ui.CMSResources' ; + +update authoring_steps + set description_bundle='com.arsdigita.cms.CMSResources' + where description_bundle like 'com.arsdigita.cms.ui.CMSResources' ;