Skip to content

Commit

Permalink
Change confirm button name on share model to copy link (#10345)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear authored Jan 16, 2024
1 parent 35e6e0c commit a47d6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-pkg/src/components/CreateLinkModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
appearance="filled"
variation="primary"
@click="confirm"
>{{ $gettext('Share') }}
>{{ $gettext('Copy link') }}
</oc-button>
</div>
</template>
Expand Down

0 comments on commit a47d6e0

Please sign in to comment.