Merge branch 'justman10000-main-patch-42593' into 'main'

New strings added

See merge request RemixDev/deemix-webui!11
This commit is contained in:
RemixDev 2021-10-05 08:41:20 +00:00
commit c29218b7ad
1 changed files with 2 additions and 2 deletions

View File

@ -71,11 +71,11 @@
<form ref="loginWithCredentialsForm" class="my-5 space-y-5" @submit.prevent="loginWithCredentials"> <form ref="loginWithCredentialsForm" class="my-5 space-y-5" @submit.prevent="loginWithCredentials">
<label> <label>
<span>E-mail</span> <span>{{ $t('settings.loginWithCredentials.email') }}</span>
<input type="text" name="email" /> <input type="text" name="email" />
</label> </label>
<label> <label>
<span>Password</span> <span>{{ $t('settings.loginWithCredentials.password') }}</span>
<input type="password" name="password" /> <input type="password" name="password" />
</label> </label>