Merge pull request #5460 from nextcloud/Valdnet-patch-1

l10n: Correct spelling
This commit is contained in:
Joas Schilling 2021-04-09 12:40:41 +02:00 коммит произвёл GitHub
Родитель 799ae76d11 ae70750577
Коммит b39e02b866
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -50,14 +50,14 @@
placeholder="Jane Doe"
:disabled="loading"
:aria-label="t('spreed', 'Name of the user requesting the trial')">
<h4>{{ t('spreed', 'E-mail of the user') }}</h4>
<h4>{{ t('spreed', 'Email of the user') }}</h4>
<input
v-model="hostedHPBEmail"
type="text"
name="hosted_hpb_email"
placeholder="jane@example.org"
:disabled="loading"
:aria-label="t('spreed', 'E-mail of the user')">
:aria-label="t('spreed', 'Email of the user')">
<h4>{{ t('spreed', 'Language') }}</h4>
<select
v-model="hostedHPBLanguage"

Просмотреть файл

@ -237,7 +237,7 @@ export default {
},
login: {
type: 'text',
placeholder: t('spreed', 'User name or e-mail address'),
placeholder: t('spreed', 'User name or email address'),
icon: 'icon-user',
},
password: {