* Change lang of week cell.

This commit is contained in:
zhouxin
2023-09-04 14:25:04 +08:00
parent 52292b0f4f
commit 78ab2fbb79
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ $lang->metric->value = "Value";
$lang->metric->date = "Date";
$lang->metric->metricData = "Metric Data";
$lang->metric->system = "System";
$lang->metric->weekCell = "Week %s of Year %s";
$lang->metric->weekCell = "%s,Week %s";
$lang->metric->create = "Create " . $this->lang->metric->common;
$lang->metric->afterCreate = "After Saving";
$lang->metric->definition = "Definition";
+1 -1
View File
@@ -21,7 +21,7 @@ $lang->metric->value = "Value";
$lang->metric->date = "Date";
$lang->metric->metricData = "Metric Data";
$lang->metric->system = "System";
$lang->metric->weekCell = "Week %s of Year %s";
$lang->metric->weekCell = "%s,Week %s";
$lang->metric->create = "Create " . $this->lang->metric->common;
$lang->metric->afterCreate = "After Saving";
$lang->metric->definition = "Definition";
+1 -1
View File
@@ -21,7 +21,7 @@ $lang->metric->value = "Value";
$lang->metric->date = "Date";
$lang->metric->metricData = "Metric Data";
$lang->metric->system = "System";
$lang->metric->weekCell = "Week %s of Year %s";
$lang->metric->weekCell = "%s,Week %s";
$lang->metric->create = "Create " . $this->lang->metric->common;
$lang->metric->afterCreate = "After Saving";
$lang->metric->definition = "Definition";