add dueDate, fix icons, add CSV export, UI fixes
This commit is contained in:
@@ -53,7 +53,7 @@ export class I18nService {
|
||||
|
||||
}
|
||||
|
||||
get(key, args: string[]): string {
|
||||
get(key, args: string[] = []): string {
|
||||
return this.getInternal(key, args, this.i18n, "", true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user