Skip to content
Snippets Groups Projects
Commit 2a9ca0a2 authored by Marcin Mikołajczak's avatar Marcin Mikołajczak
Browse files

Fix another typo


Signed-off-by: default avatarMarcin Mikołajczak <me@m4sk.in>
parent 35837700
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment