AnnualLeave.prototype.getDescription = function() {
    const gt = this.app.utility.gettext;
    return gt.gettext("Paid time off work granted by employers to employees to be used for whatever the employee wishes. Depending on the employer's policies, differing number of days may be offered, and the employee may be required to give a certain amount of advance notice");
};