diff --git a/assets/js/common/shorcuts.js b/assets/js/common/shorcuts.js index dd40d8f5..8e8d5b21 100644 --- a/assets/js/common/shorcuts.js +++ b/assets/js/common/shorcuts.js @@ -33,7 +33,7 @@ function ws(title, data = {}) { } /** - * Create a quick language access function shorcut + * Create a quick language access function shortcut * * @param {String} stringName The name of the string to show * @param {Array} stringParams The optionnal parametres to include with the string diff --git a/assets/js/components/account/export/worker.js b/assets/js/components/account/export/worker.js index 0745f5f4..4adc219d 100644 --- a/assets/js/components/account/export/worker.js +++ b/assets/js/components/account/export/worker.js @@ -71,7 +71,7 @@ ComunicWeb.components.account.export.worker = { */ parse: function(data, zip){ - //Get UI shorcut + //Get UI shortcut var ui = ComunicWeb.components.account.export.ui; var Promise = window.Promise;