Skip to content

Commit

Permalink
Update viewer.js
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian <76214766+adrian2793@users.noreply.github.com>
  • Loading branch information
adrian2793 committed Feb 20, 2024
1 parent 79988fa commit ec9b0e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ function encrypt(id, object) {

addEventListener("DOMContentLoaded", (event) => {
encrypt("config_heading", "Settings");
encrypt("config_developer_mode_toogle_label", " Developer Mode");
encrypt("config_developer_mode_toogle_label", "Developer Mode");
encrypt("config_analytics_toogle_label", " Improve Hydrogen by sharing non person related usage analytics");
encrypt("config_save_button", "config_save_button_content");
encrypt("config_save_button", "Save");

encrypt("live_config_heading", "live_config_heading");
encrypt("live_config_minimize_toogle_label", "live_config_minimize_toogle_label_content");
encrypt("live_config_heading", "Live Settings");
encrypt("live_config_minimize_toogle_label", "Minimize Video Overlay");

encrypt("panel_heading", "Hydrogen");
encrypt("panel_content", "Customize this panel as Streamer in the settings");
Expand Down

0 comments on commit ec9b0e7

Please sign in to comment.