mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 16:15:27 +00:00
fix(web-ui): translation function in DisplayOutputSelector label (#4328)
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user