diff --git a/src/views/desktop/app/settings/AppStatisticsSettingTab.vue b/src/views/desktop/app/settings/AppStatisticsSettingTab.vue index a1b639e4..a5f2a981 100644 --- a/src/views/desktop/app/settings/AppStatisticsSettingTab.vue +++ b/src/views/desktop/app/settings/AppStatisticsSettingTab.vue @@ -10,8 +10,8 @@ item-title="displayName" item-value="type" persistent-placeholder - :label="$t('Chart Type')" - :placeholder="$t('Chart Type')" + :label="$t('Default Chart Type')" + :placeholder="$t('Default Chart Type')" :items="[ { type: allChartTypes.Pie, displayName: $t('Pie Chart') }, { type: allChartTypes.Bar, displayName: $t('Bar Chart') }