forked from extern/egroupware
Placeholder dialog: Fix some missing translation issues
This commit is contained in:
parent
ae5e11f7a2
commit
a39eeef7e7
@ -168,7 +168,7 @@ export class et2_placeholder_select extends et2_inputWidget
|
|||||||
this.dialog = <et2_dialog>et2_createWidget("dialog",
|
this.dialog = <et2_dialog>et2_createWidget("dialog",
|
||||||
{
|
{
|
||||||
callback: this.submit_callback,
|
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,
|
buttons: buttons,
|
||||||
minWidth: 500,
|
minWidth: 500,
|
||||||
minHeight: 400,
|
minHeight: 400,
|
||||||
|
Loading…
Reference in New Issue
Block a user