Placeholder dialog: Fix some missing translation issues

This commit is contained in:
nathan 2021-09-28 09:49:29 -06:00
parent ae5e11f7a2
commit a39eeef7e7

View File

@ -168,7 +168,7 @@ export class et2_placeholder_select extends et2_inputWidget
this.dialog = <et2_dialog>et2_createWidget("dialog",
{
callback: this.submit_callback,
title: this.options.dialog_title || this.egw().lang("Insert Placeholder"),
title: this.egw().lang(this.options.dialog_title) || this.egw().lang("Insert Placeholder"),
buttons: buttons,
minWidth: 500,
minHeight: 400,