We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bed8fab commit 173b8e3Copy full SHA for 173b8e3
ui/src/components/header/ProjectMenu.vue
@@ -94,7 +94,7 @@ export default {
94
this.$store.dispatch('ProjectView', project.id)
95
this.$store.dispatch('SetProject', project)
96
this.$store.dispatch('ToggleTheme', project.id === undefined ? 'light' : 'dark')
97
- this.$message.success(`Switched to "${project.displaytext}"`)
+ this.$message.success(`${this.$t('message.switch.to')} "${project.displaytext || project.name}"`)
98
if (this.$route.name !== 'dashboard') {
99
this.$router.push({ name: 'dashboard' })
100
}
0 commit comments