зеркало из https://github.com/nextcloud/spreed.git
Merge pull request #5460 from nextcloud/Valdnet-patch-1
l10n: Correct spelling
This commit is contained in:
Коммит
b39e02b866
|
@ -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: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче