Skip to content
Snippets Groups Projects
Commit a3c9c1c0 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

change notification text

parent 77352ddf
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
v-model='copy_popup' v-model='copy_popup'
timeout="2000"> timeout="2000">
<span class="text-center">{{what_copied}} kopiert til utklippstavla</span> <span class="text-center">{{what_copied}} er kopiert til utklippstavla</span>
<template v-slot:action="{ attrs }"> <template v-slot:action="{ attrs }">
<v-btn <v-btn
color="primary" color="primary"
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
}, },
copy_link() { copy_link() {
navigator.clipboard.writeText(this.create_link()); navigator.clipboard.writeText(this.create_link());
this.what_copied = "Lenke" this.what_copied = "Lenka"
this.copy_popup = true this.copy_popup = true
}, },
...@@ -115,7 +115,7 @@ export default { ...@@ -115,7 +115,7 @@ export default {
let citation = document.getElementById("citation").textContent; let citation = document.getElementById("citation").textContent;
navigator.clipboard.writeText(citation) navigator.clipboard.writeText(citation)
this.citation_dialog = false this.citation_dialog = false
this.what_copied = "Sitering" this.what_copied = "Siteringa"
this.copy_popup = true this.copy_popup = true
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment