Skip to content

Commit

Permalink
chore: proper capitalization in snackbar message
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
0xbrayo and ellipsis-dev[bot] authored Feb 25, 2025
1 parent ac87c70 commit ec3a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Apikey.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const rotateKey = () => {
setTimeout(() => {
snackbarMessage.value = ''
}, 3000)
snackbarMessage.value = 'ApiKey rotated'
snackbarMessage.value = 'API key rotated'
}
</script>

Expand Down

0 comments on commit ec3a8d3

Please sign in to comment.