Skip to content

Commit

Permalink
url -> URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rakekniven authored Oct 10, 2024
1 parent d1c5e58 commit 6acffd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Watch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<Check v-else :size="20" />
</template>
<div class="tw-capitalize">
<span v-if="!isCopying">{{ t("rolls", "Copy url") }}</span>
<span v-if="!isCopying">{{ t("rolls", "Copy URL") }}</span>
<span v-else>{{ t("rolls", "Copied!") }}</span>
</div>
</NcButton>
Expand Down Expand Up @@ -392,4 +392,4 @@ div.content-wrapper.text-editor__content-wrapper > div.editor__content.text-edit
.editor .text-readonly-bar:has(span.format-list-bulleted-icon) {
display: none;
}
</style>
</style>

0 comments on commit 6acffd4

Please sign in to comment.