fix(web-ui): translation function in DisplayOutputSelector label (#4328)

This commit is contained in:
ReenigneArcher
2025-10-12 14:23:04 -04:00
committed by GitHub
parent 08454f7397
commit a8e03a29b0

View File

@ -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">