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>
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>{{ $gettext('Old password') }}</label>
|
||||
<label>{{ $gettext('Old password') }}</label>
|
||||
<password-input required v-model="old_password" />
|
||||
|
||||
</div>
|
||||
<div class="field">
|
||||
<label>{{ $gettext('New password') }}</label>
|
||||
<label>{{ $gettext('New password') }}</label>
|
||||
<password-input required v-model="new_password" />
|
||||
</div>
|
||||
<dangerous-button
|
||||
|
@ -65,7 +65,7 @@
|
|||
<div slot="modal-content">
|
||||
<p><translate>Changing your password will have the following consequences</translate></p>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue