chore(web): show corresponding ffmpeg argument (#1217)

This commit is contained in:
Jason Rasmussen 2022-12-29 16:13:37 -05:00 committed by GitHub
parent 16b763e086
commit 93274a6d7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 15 deletions

View file

@ -44,21 +44,21 @@
<div class="flex flex-col gap-4 ml-4 mt-4">
<SettingInputField
inputType={SettingInputFieldType.PASSWORD}
label="Password"
label="PASSWORD"
bind:value={password}
required={true}
/>
<SettingInputField
inputType={SettingInputFieldType.PASSWORD}
label="New password"
label="NEW PASSWORD"
bind:value={newPassword}
required={true}
/>
<SettingInputField
inputType={SettingInputFieldType.PASSWORD}
label="Confirm password"
label="CONFIRM PASSWORD"
bind:value={confirmPassword}
required={true}
/>