better placeholder for anilist username search box

This commit is contained in:
wea_ondara
2023-10-05 15:05:19 +02:00
parent 8f8465a79d
commit c479af8cfd
3 changed files with 7 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ export default class AniListUserSearch extends Vue {
<template>
<div class="input-group flex-nowrap">
<input v-model="userName" :disabled="searching" :placeholder="$t('search')" aria-label="Search" class="form-control"
<input v-model="userName" :disabled="searching" :placeholder="$t('aniList.username')" aria-label="Search" class="form-control"
type="search" @keydown.enter="onSearch">
<button :disabled="searching" class="btn btn-primary" @click="onSearch">
<BSpinner v-if="searching" small/>

View File

@@ -1,6 +1,9 @@
import {messagesEn} from '@/locale/en';
export const messagesDe = {
aniList: {
username: 'AniList Benutzername',
},
design: 'Design',
fetch: {
mangaUpdates: {

View File

@@ -1,4 +1,7 @@
export const messagesEn = {
aniList: {
username: 'AniList username',
},
design: 'Design',
fetch: {
mangaUpdates: {