fix: translation syntax
This commit is contained in:
parent
c8817e5221
commit
a11496f05c
1 changed files with 1 additions and 3 deletions
|
|
@ -615,9 +615,7 @@ export default class ChartWidget extends Widget {
|
|||
}
|
||||
|
||||
update_last_synced() {
|
||||
let last_synced_text = __("Last synced {0}", [
|
||||
comment_when(this.chart_doc.last_synced_on)
|
||||
]);
|
||||
let last_synced_text = __("Last synced {0}", [comment_when(this.chart_doc.last_synced_on)]);
|
||||
this.footer.html(last_synced_text);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue