diff --git a/templates/users/edit.rs.html b/templates/users/edit.rs.html index 687ee570..43a0ebad 100644 --- a/templates/users/edit.rs.html +++ b/templates/users/edit.rs.html @@ -18,11 +18,11 @@ - @(Input::new("display_name", i18n!(ctx.1, "")) + @(Input::new("display_name", i18n!(ctx.1, "Display name")) .default(&form.display_name) .error(&errors) .html(ctx.1)) - @(Input::new("email", i18n!(ctx.1, "")) + @(Input::new("email", i18n!(ctx.1, "Email")) .default(&form.email) .error(&errors) .input_type("email")