Skip to content

Commit 691713d

Browse files
frontend: src: components: BasicSettings: Sentence-case white balance labels
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c128d98 commit 691713d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/components/BasicSettings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
@update:expanded="panelsOpen.image = $event"
3333
>
3434
<BlueButtonGroup
35-
label="Water environment White Balance"
35+
label="Water environment white balance"
3636
:disabled="isConfigured !== true || cameraControlsDisabled || wbBusy"
3737
:button-items="WhiteBalanceSceneButtonItems"
3838
theme="dark"
3939
type="switch"
4040
/>
4141
<BlueButtonGroup
42-
label="White Balance Mode"
42+
label="White balance mode"
4343
:disabled="isConfigured !== true || cameraControlsDisabled || wbBusy"
4444
:button-items="whiteBalanceModeButtonItems"
4545
theme="dark"

0 commit comments

Comments
 (0)