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

chore: updated dashboard links after feedback from servicedesk #13846

Merged
merged 3 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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 @@ -135,6 +135,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 @@ -144,8 +146,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