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 @@ ...@@ -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 @@ ...@@ -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>
......
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