diff --git a/app/src/lang/translations/en-US.yaml b/app/src/lang/translations/en-US.yaml index d5a44c721a..f5797b2a15 100644 --- a/app/src/lang/translations/en-US.yaml +++ b/app/src/lang/translations/en-US.yaml @@ -142,6 +142,7 @@ alias: Alias bigInteger: Big Integer boolean: Boolean date: Date +date_range: Date Range datetime: DateTime decimal: Decimal float: Float diff --git a/app/src/modules/insights/routes/panel-configuration.vue b/app/src/modules/insights/routes/panel-configuration.vue index bd52892a95..e6ac57830d 100644 --- a/app/src/modules/insights/routes/panel-configuration.vue +++ b/app/src/modules/insights/routes/panel-configuration.vue @@ -4,7 +4,7 @@ :title="panel?.name || t('panel')" :subtitle="t('panel_options')" @cancel="$emit('cancel')" - :icon="panel?.icon || insert_chart" + :icon="panel?.icon || 'insert_chart'" persistent >