# HG changeset patch # User bsw # Date 1634821732 -7200 # Node ID c007666de29067c8c596e80217e393e1dc1017df # Parent 7b16ddc69a2f0fa7d334a1fe023dace7c07e97e0 Unified translation string diff -r 7b16ddc69a2f -r c007666de290 app/main/index/reset_password.lua --- a/app/main/index/reset_password.lua Thu Oct 21 14:52:12 2021 +0200 +++ b/app/main/index/reset_password.lua Thu Oct 21 15:08:52 2021 +0200 @@ -101,11 +101,11 @@ content = _'Please enter your new password twice.' } ui.field.password{ - label = "New password", + label = _"New password", name = "password1" } ui.field.password{ - label = "New password (repeat)", + label = _"Repeat new password", name = "password2" }