From 2a9ca0a2820b9472d0813cd99ce717554d4edaa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Miko=C5=82ajczak?= <me@m4sk.in> Date: Fri, 6 Jul 2018 16:14:18 +0200 Subject: [PATCH] Fix another typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Mikołajczak <me@m4sk.in> --- front/src/components/auth/Settings.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/src/components/auth/Settings.vue b/front/src/components/auth/Settings.vue index 5a74b888..2ccd70a7 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> -- GitLab