How to change attribute label on the product page (Nordic particularly)

Add SQL query inside phpMyAdmin

Changed Select Colour label to Select Colour to view available sizes

UPDATE `mg_catalog_product_super_attribute_label` SET
`value` = 'Select Colour to view available sizes'
WHERE `value` = 'Select Colour';

UPDATE `mg_catalog_product_super_attribute_label` SET
`value` = 'Select Colour to view available sizes'
WHERE `value` = 'Colour';


[09/01/2017, 10:37:01] Lorne Easton: Yes run those SQL query on phpmyadmin
[09/01/2017, 10:37:04] Lorne Easton: Select database on phpmyadmin and then you can run those query on that.