Add empty view heading for creating new data file #834

This commit is contained in:
Elio Struyf
2024-09-16 12:13:30 +02:00
parent 66151083c0
commit 07f124dcf5
4 changed files with 88 additions and 68 deletions
+4
View File
@@ -495,6 +495,10 @@ export enum LocalizationKey {
* Select your date type first
*/
dashboardDataViewEmptyViewHeading = 'dashboard.dataView.emptyView.heading',
/**
* Start by creating a new data file
*/
dashboardDataViewEmptyViewHeadingCreate = 'dashboard.dataView.emptyView.heading.create',
/**
* Edit "{0}"
*/