Merge pull request #18289 from davelopez/24.0_fix_copy_modal_login_link

[24.0] Use correct link for log in or register in Copy Modal
This commit is contained in:
Marius van den Beek
2024-05-31 19:06:42 +02:00
committed by GitHub
@@ -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>