mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Fix bad day unit label in readonly duration
This commit is contained in:
@ -698,7 +698,7 @@ var et2_date_duration = (function(){ "use strict"; return et2_date.extend(
|
|||||||
|
|
||||||
// Get translations
|
// Get translations
|
||||||
this.time_formats = {
|
this.time_formats = {
|
||||||
"d": this.options.short_labels ? this.egw().lang("m") : this.egw().lang("Days"),
|
"d": this.options.short_labels ? this.egw().lang("d") : this.egw().lang("Days"),
|
||||||
"h": this.options.short_labels ? this.egw().lang("h") : this.egw().lang("Hours"),
|
"h": this.options.short_labels ? this.egw().lang("h") : this.egw().lang("Hours"),
|
||||||
"m": this.options.short_labels ? this.egw().lang("m") : this.egw().lang("Minutes")
|
"m": this.options.short_labels ? this.egw().lang("m") : this.egw().lang("Minutes")
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user