re-add empty strings in translation (#682)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
.input_type("date")
|
||||
.set_prop("max", now)
|
||||
.html(ctx.1))
|
||||
@(Input::new("before", i18n!(ctx.1, ""))
|
||||
@(Input::new("before", i18n!(ctx.1, "To this date"))
|
||||
.input_type("date")
|
||||
.set_prop("max", now)
|
||||
.html(ctx.1))
|
||||
|
||||
Reference in New Issue
Block a user