speaker-calibration 2.2.184 → 2.2.185

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speaker-calibration",
3
- "version": "2.2.184",
3
+ "version": "2.2.185",
4
4
  "description": "Speaker calibration library for auditory testing",
5
5
  "main": "dist/main.js",
6
6
  "directories": {
@@ -378,7 +378,7 @@ class Speaker extends AudioPeer {
378
378
  const proceedButton = document.createElement('button');
379
379
  proceedButton.setAttribute('id', 'calibrationProceedButton');
380
380
  proceedButton.setAttribute('class', 'btn btn-success');
381
- proceedButton.innerHTML = phrases.T_PROCEED[this.language];
381
+ proceedButton.innerHTML = phrases.T_proceed[this.language];
382
382
  proceedButton.onclick = () => {
383
383
  // open the link in a new tab
384
384
  window.open(this.uri, '_blank');