mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Fix bad day unit label in readonly duration
This commit is contained in:
parent
3c5207cd7b
commit
00d668f6d5
@ -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")
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user