Fix another typo
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
This commit is contained in:
parent
3583770084
commit
2a9ca0a282
|
@ -48,12 +48,12 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label>{{ $gettext('Old password') }}</label>
|
<label>{{ $gettext('Old password') }}</label>
|
||||||
<password-input required v-model="old_password" />
|
<password-input required v-model="old_password" />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label>{{ $gettext('New password') }}</label>
|
<label>{{ $gettext('New password') }}</label>
|
||||||
<password-input required v-model="new_password" />
|
<password-input required v-model="new_password" />
|
||||||
</div>
|
</div>
|
||||||
<dangerous-button
|
<dangerous-button
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
<div slot="modal-content">
|
<div slot="modal-content">
|
||||||
<p><translate>Changing your password will have the following consequences</translate></p>
|
<p><translate>Changing your password will have the following consequences</translate></p>
|
||||||
<ul>
|
<ul>
|
||||||
<li><translate>You will be logged out from this session and have to log out with the new one</translate></li>
|
<li><translate>You will be logged out from this session and have to log in with the new one</translate></li>
|
||||||
<li><translate>Your Subsonic password will be changed to a new, random one, logging you out from devices that used the old Subsonic password</translate></li>
|
<li><translate>Your Subsonic password will be changed to a new, random one, logging you out from devices that used the old Subsonic password</translate></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue