Skip to content

Commit 0b46dec

Browse files
committed
fix(translation): dialog width
1 parent 61722da commit 0b46dec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/scripts.js

+1
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ var plugin_formcreator = new function() {
11081108

11091109
this.newTranslation = function (formLanguageId) {
11101110
glpi_ajax_dialog({
1111+
dialogclass: 'modal-xl',
11111112
url: '../ajax/form_language.php',
11121113
params: {
11131114
action: 'newTranslation',

0 commit comments

Comments
 (0)