better placeholder for anilist username search box
This commit is contained in:
@@ -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/>
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
import {messagesEn} from '@/locale/en';
|
||||
|
||||
export const messagesDe = {
|
||||
aniList: {
|
||||
username: 'AniList Benutzername',
|
||||
},
|
||||
design: 'Design',
|
||||
fetch: {
|
||||
mangaUpdates: {
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
export const messagesEn = {
|
||||
aniList: {
|
||||
username: 'AniList username',
|
||||
},
|
||||
design: 'Design',
|
||||
fetch: {
|
||||
mangaUpdates: {
|
||||
|
||||
Reference in New Issue
Block a user