mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Correct typos on web portal
This commit is contained in:
committed by
Cameron Gutman
parent
881af5b566
commit
f3871c4449
@@ -190,7 +190,7 @@
|
||||
v-model="editForm.cmd"
|
||||
/>
|
||||
<div id="appCmdHelp" class="form-text">
|
||||
The main application, if it is not specified, a processs is started
|
||||
The main application, if it is not specified, a process is started
|
||||
that sleeps indefinitely
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -928,7 +928,7 @@
|
||||
<select id="amd_rc" class="form-select" v-model="config.amd_rc">
|
||||
<option value="cqp">cqp -- constant qp mode</option>
|
||||
<option value="vbr_latency">vbr_latency -- latency constrained variable bitrate (default)</option>
|
||||
<option value="vbr_peak">vbr_peak -- peak contrained variable bitrate</option>
|
||||
<option value="vbr_peak">vbr_peak -- peak constrained variable bitrate</option>
|
||||
<option value="cbr">cbr -- constant bitrate</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
Application Closed Successfully!
|
||||
</div>
|
||||
<div class="alert alert-danger" v-if="closeAppStatus === false">
|
||||
Error while closing Appplication
|
||||
Error while closing Application
|
||||
</div>
|
||||
<div>
|
||||
<button class="btn btn-warning" :disabled="closeAppPressed" @click="closeApp">
|
||||
|
||||
Reference in New Issue
Block a user