Skip to content

Commit 1c845fc

Browse files
committed
Wording
1 parent f1cf898 commit 1c845fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

octoprint_thespaghettidetective/templates/thespaghettidetective_settings.jinja2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,16 @@
6666
</div>
6767
</div>
6868
<div class="control-group">
69-
<label class="control-label">Compatible Mode</label>
69+
<label class="control-label">Compatibility Mode</label>
7070
<div class="controls">
7171
<label class="radio">
72-
<input type="radio" name="webcamCompatibleModeGroup" value="auto" data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Automatic (default). TSD will automatically switch to Compatible Mode if necessary. Select this option if you are not sure.
72+
<input type="radio" name="webcamCompatibleModeGroup" value="auto" data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Automatic (default). TSD will automatically switch to Compatibility Mode if necessary. Select this option if you are not sure.
7373
</label>
7474
<label class="radio">
75-
<input type="radio" name="webcamCompatibleModeGroup" value="always" data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Always stream in Compatible Mode
75+
<input type="radio" name="webcamCompatibleModeGroup" value="always" data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Always stream in Compatibility Mode
7676
</label>
7777
<label class="radio">
78-
<input type="radio" name="webcamCompatibleModeGroup" value="never" data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Never stream in Compatible Mode
78+
<input type="radio" name="webcamCompatibleModeGroup" value="never" data-bind="checked: settingsViewModel.settings.plugins.thespaghettidetective.video_streaming_compatible_mode"> Never stream in Compatibility Mode
7979
</label>
8080
</div>
8181
</div>

0 commit comments

Comments
 (0)