fix: monthShort donne le mois de dispo et non l’intervalle en mois
This commit is contained in:
parent
39fa0df39a
commit
1365926cc1
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ function ribbon (options) {
|
|||
function relative () {
|
||||
switch (this.availability) {
|
||||
case AVAILABLE: return 'Disponible'
|
||||
case SOON: return 'Disponible dans ' + this.monthShort()
|
||||
case SOON: return 'Disponible en ' + this.monthShort()
|
||||
case UNAVAILABLE: return 'Actuellement en mission'
|
||||
case PRIVATE: return 'Erreur'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue