We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 520d87e commit 2a64ca2Copy full SHA for 2a64ca2
src/components/dashboard/DashboardInfoBlock.vue
@@ -45,7 +45,7 @@
45
<div class="flex xs12 md6 xl3">
46
<va-card
47
stripe="info"
48
- title="Component reach theme"
+ :title="$t('dashboard.info.componentRichTheme')"
49
>
50
Buying the right telescope to take your love of astronomy to the
51
next level is a big next step.
src/i18n/en.json
@@ -114,6 +114,7 @@
114
"commits": "Commits"
115
},
116
"info": {
117
+ "componentRichTheme": "component-rich theme",
118
"completedPullRequests": "completed pull requests",
119
"users": "users",
120
"points": "points",
0 commit comments