Skip to content

Commit

Permalink
Merge pull request #18289 from davelopez/24.0_fix_copy_modal_login_link
Browse files Browse the repository at this point in the history
[24.0] Use correct link for log in or register in Copy Modal
  • Loading branch information
mvdbeek authored May 31, 2024
2 parents 268aa81 + 234933b commit 0623715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/History/Modals/CopyModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async function copy(close: () => void) {
<transition name="fade">
<BAlert v-localize :show="isAnonymous" variant="warning">
As an anonymous user, unless you log in or register, you will lose your current history after copying
this history. You can <a href="/user/login">log in here</a> or <a href="/user/create">register here</a>.
this history. You can <a href="/login/start">log in or register here</a>.
</BAlert>
</transition>

Expand Down

0 comments on commit 0623715

Please sign in to comment.