Skip to content

Commit

Permalink
Missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jan 30, 2025
1 parent b624797 commit 915d7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/glpi_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ const glpi_toast_success = (message, caption, options = {}) => {
* @param {ToastOptions} options Toast options
*/
const glpi_toast_info = function(message, caption, options = {}) {
glpi_toast(caption || _n("Information", "Informations", 1), message, 'bg-info text-white border-0', options);
glpi_toast(caption || _n("Information", "Information", 1), message, 'bg-info text-white border-0', options);
};

/**
Expand Down

0 comments on commit 915d7a8

Please sign in to comment.