Skip to content

Commit

Permalink
EY-4540: Endrer fra skriv-til-oss til send-beskjed
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikg committed Oct 9, 2024
1 parent ebb4a6e commit 46c5c8c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object Constants {
const val KLAGE_URL = "${Constants.KLAGE_URL}/en"
const val BARNEPENSJON_URL = "${Constants.BARNEPENSJON_URL}/en"
const val SKRIVTILOSS_URL = "${Constants.SKRIVTILOSS_URL}/en"
const val BESKJED_TIL_NAV_URL = "${Constants.BESKJED_TIL_NAV_URL}/en"
const val KONTONUMMER_URL = "${Constants.KONTONUMMER_URL}/en"
const val FULLMAKT_URL = "${Constants.FULLMAKT_URL}/en"
const val KONTAKT_URL = "${Constants.KONTAKT_URL}/en"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ class OmstillingsstoenadAktivitetspliktFraser {
list {
item {
text(
Bokmal to "sende en melding${Constants.SKRIVTILOSS_URL} (her får du ikke lagt ved dokumentasjon)",
Nynorsk to "Send ei melding${Constants.SKRIVTILOSS_URL} (her får du ikkje lagt ved dokumentasjon).",
English to "send us a message online: ${Constants.SKRIVTILOSS_URL} (you cannot attach documentation from this page)",
Bokmal to "sende en beskjed${Constants.BESKJED_TIL_NAV_URL} (her får du ikke lagt ved dokumentasjon)",
Nynorsk to "Send ein beskjed${Constants.BESKJED_TIL_NAV_URL} (her kan du ikkje leggje ved dokumentasjon)",
English to "send us a message online: ${Constants.Engelsk.BESKJED_TIL_NAV_URL} (you cannot attach documentation from this page)",
)
}
item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ object OmstillingsstoenadVarselAktivitetsplikt : EtterlatteTemplate<Omstillingss
list {
item {
text(
Bokmal to "sende en melding${Constants.SKRIVTILOSS_URL} (her får du ikke lagt ved dokumentasjon)",
Nynorsk to "send ei melding på ${Constants.SKRIVTILOSS_URL} (her får du ikkje lagt ved dokumentasjon).",
Bokmal to "sende en beskjed${Constants.BESKJED_TIL_NAV_URL} (her får du ikke lagt ved dokumentasjon)",
Nynorsk to "send ein beskjed ${Constants.BESKJED_TIL_NAV_URL} (her kan du ikkje leggje ved dokumentasjon)",
English to
"sending a message through ${Constants.Engelsk.SKRIVTILOSS_URL} (you cannot attach any documentationhere)",
"send us a message online: ${Constants.Engelsk.BESKJED_TIL_NAV_URL} (you cannot attach documentation from this page)",
)
}
item {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,9 @@ private fun OutlineOnlyScope<LangBokmalNynorskEnglish, Any>.hvordanMeldeEndringe
list {
item {
text(
Bokmal to "en melding " + Constants.SKRIVTILOSS_URL,
Nynorsk to "ei melding" + Constants.SKRIVTILOSS_URL,
English to "a message online: " + Constants.SKRIVTILOSS_URL,
Bokmal to "beskjed ${Constants.BESKJED_TIL_NAV_URL} (her får du ikke lagt ved dokumentasjon)",
Nynorsk to "ein beskjed${Constants.BESKJED_TIL_NAV_URL} (her kan du ikkje leggje ved dokumentasjon)",
English to "a message online: ${Constants.Engelsk.BESKJED_TIL_NAV_URL} (you cannot attach documentation from this page)",
)
}
item {
Expand Down

0 comments on commit 46c5c8c

Please sign in to comment.