Update src/client/theme-default/components/VPSwitchAppearance.vue

pull/3215/head
Divyansh Singh 3 years ago committed by GitHub
parent dca58dc35f
commit d59b44c958
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ const toggleAppearance = inject('toggle-appearance', () => {
})
const switchTitle = computed(() => {
return isDark.value ? 'Switch to light mode' : 'Switch to dark mode'
return isDark.value ? 'Switch to light theme' : 'Switch to dark theme'
})
</script>

Loading…
Cancel
Save