[Dashboard] Change filename fallback for no title panels to "untitled" (#86110)

This commit is contained in:
Marco Liberati 2020-12-17 11:42:37 +01:00 committed by GitHub
parent 5be169a4fc
commit df32ff80ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ export const dashboardExportCsvAction = {
}),
getUntitledFilename: () =>
i18n.translate('dashboard.actions.downloadOptionsUnsavedFilename', {
defaultMessage: 'unsaved',
defaultMessage: 'untitled',
}),
};