fix(web-ui): translation function in DisplayOutputSelector label (#4328)
This commit is contained in:
parent
08454f7397
commit
a8e03a29b0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const outputNamePlaceholder = (props.platform === 'windows') ? '{de9bb7e2-186e-5
|
|||
|
||||
<template>
|
||||
<div class="mb-3">
|
||||
<label for="output_name" class="form-label">{{ $tp('config.output_name') }}</label>
|
||||
<label for="output_name" class="form-label">{{ $t('config.output_name') }}</label>
|
||||
<input type="text" class="form-control" id="output_name" :placeholder="outputNamePlaceholder"
|
||||
v-model="config.output_name"/>
|
||||
<div class="form-text">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue