Skip to content

Commit

Permalink
chore: updated dashboard links after feedback from servicedesk (#13846)
Browse files Browse the repository at this point in the history
Co-authored-by: David Ovrelid <46874830+framitdavid@users.noreply.github.com>
  • Loading branch information
nkylstad and framitdavid authored Oct 30, 2024
1 parent 4adfb65 commit bea682e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions frontend/dashboard/components/Resources/Resources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const resources: Resource[] = [
),
},
{
label: 'dashboard.resource_slack_label',
description: 'dashboard.resource_slack_description',
url: 'https://altinn.slack.com',
label: 'dashboard.resource_contact_label',
description: 'dashboard.resource_contact_description',
url: 'https://altinn.studio/contact',
icon: (
<svg
width='60'
Expand Down Expand Up @@ -174,7 +174,7 @@ const resources: Resource[] = [
{
label: 'dashboard.resource_status_label',
description: 'dashboard.resource_status_description',
url: 'https://www.altinn.no/om-altinn/driftsmeldinger/',
url: 'https://status.digdir.no/',
icon: (
<svg
width='60'
Expand Down
4 changes: 2 additions & 2 deletions frontend/language/src/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
"dashboard.org_resources": "{{orgName}} resources",
"dashboard.repository": "Repository",
"dashboard.repository_in_list": "Repository for {{appName}}",
"dashboard.resource_contact_description": "In our Slack-chanel you can talk directly with the people working with Altinn Studio and other app developers.",
"dashboard.resource_contact_label": "Contact / Slack",
"dashboard.resource_design_description": "Get access to Figma to prototype and user test your application before starting development. The prototype kit includes everything you need.",
"dashboard.resource_design_label": "Design / usertest",
"dashboard.resource_docs_description": "Documentation for Altinn Studio. Here you will find resources on how to develop your application.",
Expand All @@ -111,8 +113,6 @@
"dashboard.resource_organisations_label": "All organisations",
"dashboard.resource_roadmap_description": "Altinn is under continuous development. Find out whats being worked on and what we are planning for in the future.",
"dashboard.resource_roadmap_label": "Roadmap",
"dashboard.resource_slack_description": "In our Slack-chanel you can talk directly with the people working with Altinn Studio and other app developers.",
"dashboard.resource_slack_label": "Contact / Slack",
"dashboard.resource_status_description": "We keep you updated on new releases and service announcements that might be relevant for you when developing apps.",
"dashboard.resource_status_label": "Service announcements",
"dashboard.resource_table_header_createdby": "Created by",
Expand Down
4 changes: 2 additions & 2 deletions frontend/language/src/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
"dashboard.org_apps": "{{orgName}}s apper",
"dashboard.org_data_models": "{{orgName}}s datamodeller",
"dashboard.org_resources": "{{orgName}}s ressurser",
"dashboard.resource_contact_description": "Se oversikt over hvordan du kommer i kontakt med oss i Altinn Studio.",
"dashboard.resource_contact_label": "Kontakt oss",
"dashboard.resource_design_description": "Få tilgang til Figma for å prototype og brukerteste tjenesten din før du utvikler den. Med Prototype-pakken i Figma har du alt du trenger for å lage trådskisser.",
"dashboard.resource_design_label": "Design/brukertest",
"dashboard.resource_docs_description": "Dokumentasjonen til Altinn Studio. Her får du hjelp til å utvikle dine egne apper.",
Expand All @@ -156,8 +158,6 @@
"dashboard.resource_organisations_label": "Alle organisasjoner",
"dashboard.resource_roadmap_description": "Altinn utvikles hele tiden. Veikartet forteller mer om hva vi har gjort og hva vi planlegger å gjøre.",
"dashboard.resource_roadmap_label": "Veikart",
"dashboard.resource_slack_description": "I vår Slack-kanal kan du snakke direkte med de som jobber med Altinn Studio og andre som utvikler apper.",
"dashboard.resource_slack_label": "Kontakt/Slack",
"dashboard.resource_status_description": "Vi oppdaterer deg om nye utgaver av Studio og gir deg driftsmeldinger som kan ha betydning for deg når du utvikler tjenester.",
"dashboard.resource_status_label": "Driftsmeldinger",
"dashboard.resource_table_header_createdby": "Opprettet av",
Expand Down

0 comments on commit bea682e

Please sign in to comment.