document.querySelectorAll('select option:first-child').forEach(option => {
option.textContent = option.textContent.replaceAll('—', '') // убрать полоски
option.textContent = 'Новый текст'
})
+ убрать стили padding и text-align у select'a, чтобы по центру отображалось