TimeSavingAccount.prototype.getQuantityLabel = function() {
    const gt = this.app.utility.gettext;
    return gt.gettext('Quantity added by the time saving account requests will be made available for each users on their available quantity');
};