If you're unable to find and translate the Product Tabs title string [xts-woodmart-options]additional_tab_title using WPML, and it appears as 'Registered and locked' in the Admin Texts Translation page, this might be due to corrupt entries in your database.
Solution:
We recommend logging into your site’s database using tools like PHPMyAdmin after taking a full site backup. Run the following query to correct the issue:
1
UPDATE wp_icl_strings SET string_package_id = NULL WHERE string_package_id = 0 AND context LIKE 'admin_texts_xts-woodmart-options'
After applying this fix, verify that everything is working as expected. If similar issues occur with other string domains, you can use the following query as a workaround, but only after ensuring you have backed up your site:
1
UPDATE wp_icl_strings SET string_package_id = NULL WHERE string_package_id = 0
If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If problems persist, please open a new support ticket.