Slight wording change

This commit is contained in:
Neville Park 2018-04-28 13:09:45 -04:00 committed by GitHub
parent afe0a63e13
commit 9b54ee4e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<el-form ref="loginForm" label-width="120px" label-position="top" v-on:submit.prevent="confirm" class="login-form">
<el-form-item label="At first, let's login a mastodon instance. Please write host name which you want to login.">
<el-form-item label="First, let's log in to a Mastodon instance. Please enter an instance domain name.">
<el-input v-model="domainName" placeholder="mastodon.social"></el-input>
</el-form-item>
<!-- Dummy form to guard submitting with enter -->