Skip to content

Commit

Permalink
update share text
Browse files Browse the repository at this point in the history
  • Loading branch information
johnarban committed Dec 17, 2024
1 parent f0f0f6d commit d197c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TempoLite.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
@error="(error: string) => searchErrorMessage = error"
></location-search>
<use-clipboard v-slot="{ copy, copied }" :source="currentUrl">
<v-tooltip :text="copied ? 'Link Copied' : 'Copy Link to Share'">
<v-tooltip :text="copied ? 'Link Copied' : 'Copy link to share view'">
<template v-slot:activator="{ props }">
<v-btn
class="share-button"
Expand Down

0 comments on commit d197c7d

Please sign in to comment.