fix(calendar): Fix typo Jisti × Jitsi

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
This commit is contained in:
Slávek Banko
2025-03-31 02:45:49 +02:00
committed by QHivert
parent 4a68909060
commit ab9f0c1bf1
4 changed files with 6 additions and 6 deletions
@@ -840,8 +840,8 @@
/**
* @function hasJitsiUrl
* @memberof Component.prototype
* @desc Check if the there is a jisti url
* @returns true if there is a jisti url
* @desc Check if the there is a jitsi url
* @returns true if there is a jitsi url
*/
Component.prototype.hasJitsiUrl = function() {
if (angular.isUndefined(this.attachUrls)) {