From 3bf7c9ab56204b5e31c23f05e35158fd5c92cce3 Mon Sep 17 00:00:00 2001 From: George Tsiolis Date: Mon, 18 Feb 2019 13:26:36 +0200 Subject: Add externalized strings for new password form --- app/views/profiles/passwords/new.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/profiles/passwords/new.html.haml b/app/views/profiles/passwords/new.html.haml index 467bb2bcdf0..4b84835429c 100644 --- a/app/views/profiles/passwords/new.html.haml +++ b/app/views/profiles/passwords/new.html.haml @@ -5,9 +5,9 @@ %hr = form_for @user, url: profile_password_path, method: :post do |f| %p.slead - Please set a new password before proceeding. + = _('Please set a new password before proceeding.') %br - After a successful password update you will be redirected to login screen. + = _('After a successful password update you will be redirected to login screen.') = form_errors(@user) -- cgit v1.2.3