Skip to content

Commit

Permalink
Merge pull request #99 from navikt/changeLoginText
Browse files Browse the repository at this point in the history
Change chat login text
  • Loading branch information
mamikals authored Jan 8, 2024
2 parents cf630d9 + 2fe0727 commit 05a57b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
.sendMessage({
recordId: recordId,
message: {
text: 'Klikk på lenken under for å logge inn. ' + authUrl + recordId
text:
'Trykk for å logge inn på nav.no og gi veilederen tilgang til saken din. ' + authUrl + recordId
}
})
.then(function (result) {
Expand Down

0 comments on commit 05a57b0

Please sign in to comment.