Added missing translation in post form.

This commit is contained in:
Pierre HUBERT
2018-08-04 09:09:02 +02:00
parent 1e1021fd49
commit ac6539a82c
3 changed files with 3 additions and 1 deletions

View File

@ -216,7 +216,7 @@ ComunicWeb.components.posts.form = {
});
var timeEndInput = createFormGroup({
target: container,
label: "Time end",
label: lang("_input_countdown_endtime"),
placeholder: "hh:ss",
type: "text"
});