if (INPUT.result_concat[0].indexOf('WN') === 0) {
c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="The aperture size shown is a theoretical value. It doesn’t necessarily mean that tooling (pin pack) is available."></p>' + '<p data-l10n="Aperture selection to be confirmed by a product specialist."></p><p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p></div>';
} else {
- c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="Aperture selection to be confirmed by a product specialist. Other apertures are also available upon request"></p>' + '<p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p></div>';
+ c += '<div class="disclaimer"><p data-l10n="Note:"></p>' + '<p data-l10n="Aperture selection to be confirmed by a product specialist. Other apertures are also available upon request."></p>' + '<p data-l10n="The result is based on the input given on basic parameters and should only be used as rough first guidance."></p></div>';
}
c += '<a href="#" class="button back" data-action="clearForm"><span data-l10n="Clear">Clear</span></a>';