diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 5a74b8888796477cbf75f85299e2da9259e6ed19..2ccd70a70e8665a4d6bd47ecdabfa7dc62f98258 100644 --- a/front/src/components/auth/Settings.vue +++ b/front/src/components/auth/Settings.vue @@ -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>