re-add empty strings in translation (#682)

This commit is contained in:
fdb-hiroshima
2019-10-24 16:44:14 +02:00
committed by Ana Gelez
parent 028c4fdbc6
commit dd6d39135e
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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))