TimeSavingAccount.prototype.getDescription = function() {
    const gt = this.app.utility.gettext;
    return gt.gettext('Time saving account, is necessary to activate time saving account request for users');
};