better placeholder for anilist username search box
This commit is contained in:
@@ -46,7 +46,7 @@ export default class AniListUserSearch extends Vue {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="input-group flex-nowrap">
|
<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">
|
type="search" @keydown.enter="onSearch">
|
||||||
<button :disabled="searching" class="btn btn-primary" @click="onSearch">
|
<button :disabled="searching" class="btn btn-primary" @click="onSearch">
|
||||||
<BSpinner v-if="searching" small/>
|
<BSpinner v-if="searching" small/>
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
import {messagesEn} from '@/locale/en';
|
import {messagesEn} from '@/locale/en';
|
||||||
|
|
||||||
export const messagesDe = {
|
export const messagesDe = {
|
||||||
|
aniList: {
|
||||||
|
username: 'AniList Benutzername',
|
||||||
|
},
|
||||||
design: 'Design',
|
design: 'Design',
|
||||||
fetch: {
|
fetch: {
|
||||||
mangaUpdates: {
|
mangaUpdates: {
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
export const messagesEn = {
|
export const messagesEn = {
|
||||||
|
aniList: {
|
||||||
|
username: 'AniList username',
|
||||||
|
},
|
||||||
design: 'Design',
|
design: 'Design',
|
||||||
fetch: {
|
fetch: {
|
||||||
mangaUpdates: {
|
mangaUpdates: {
|
||||||
|
|||||||
Reference in New Issue
Block a user