Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nriver committed Nov 7, 2023
1 parent a0aebc3 commit f11e9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomato.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const i18n = key => translations.trans[config.lang][key];

const TPL = `
<audio id="tomatoButtonSound" src="custom/sound/tomatoButton.mp3"></audio>
<audio id="tomtatoAlarmSound" src="custom/sound/tomatoAlarm.mp3"></audio>
<audio id="tomatoAlarmSound" src="custom/sound/tomatoAlarm.mp3"></audio>
<div id="tomato-bar" class="tomato">
<center><div id="status">` + i18n('working') + `</div></center>
Expand Down

0 comments on commit f11e9ce

Please sign in to comment.