Unverified Commit 06237158 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

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
parents 268aa814 234933b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>