Add more localization #1375

This commit is contained in:
advplyr 2024-11-13 17:25:26 -06:00
parent 491f312036
commit 72b775e179
6 changed files with 12 additions and 12 deletions

View file

@ -3,7 +3,7 @@
<template v-if="!showSelectedFeed">
<div class="w-full mx-auto h-20 flex items-center px-2">
<form class="w-full" @submit.prevent="submit">
<ui-text-input v-model="searchInput" :disabled="processing || !socketConnected" placeholder="Enter search term or RSS feed URL" text-size="sm" />
<ui-text-input v-model="searchInput" :disabled="processing || !socketConnected" :placeholder="$strings.MessagePodcastSearchField" text-size="sm" />
</form>
</div>