Skip to content

Commit

Permalink
Update ph-scale-basics-description-strings_en.js
Browse files Browse the repository at this point in the history
Updates strings to match logic for heading change.
  • Loading branch information
terracoda authored Sep 16, 2024
1 parent f95c2cd commit 40004a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/description/ph-scale-basics-description-strings_en.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default () => {
beakerHeading() {
return 'The Beaker';
},
pHMeterHeading() {
phMeterHeading() {
return 'pH Meter and Read Out';
},
phMeterProbeAccessibleName() { return 'pH Probe'; },
Expand Down Expand Up @@ -131,4 +131,4 @@ export default () => {
return `Level stable, now at ${totalVolumeMap[ totalVolumeEnum ]}.`;
}
} );
};
};

0 comments on commit 40004a8

Please sign in to comment.