Skip to content

Commit

Permalink
fix(translation): dialog width
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Apr 7, 2023
1 parent 61722da commit 0b46dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,7 @@ var plugin_formcreator = new function() {

this.newTranslation = function (formLanguageId) {
glpi_ajax_dialog({
dialogclass: 'modal-xl',
url: '../ajax/form_language.php',
params: {
action: 'newTranslation',
Expand Down

0 comments on commit 0b46dec

Please sign in to comment.