Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EY-4540: Endrer fra skriv-til-oss til send-beskjed #962

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 på ${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).",
English to "send us a message online: ${Constants.SKRIVTILOSS_URL} (you cannot attach documentation from this page)",
Bokmal to "sende en beskjed på ${Constants.BESKJED_TIL_NAV_URL} (her får du ikke lagt ved dokumentasjon)",
Nynorsk to "Send ein beskjed på ${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 på ${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 på ${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