mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Dashboard] Change filename fallback for no title panels to "untitled" (#86110)
This commit is contained in:
parent
5be169a4fc
commit
df32ff80ca
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ export const dashboardExportCsvAction = {
|
|||
}),
|
||||
getUntitledFilename: () =>
|
||||
i18n.translate('dashboard.actions.downloadOptionsUnsavedFilename', {
|
||||
defaultMessage: 'unsaved',
|
||||
defaultMessage: 'untitled',
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue