diff options
| author | Elias Haugsbakk <[email protected]> | 2026-07-22 23:06:21 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-07-22 23:06:21 +0200 |
| commit | a7b97175975c7a2756d586e92b049a8f5fe081d0 (patch) | |
| tree | e87b90381505f86b8fdb3f1175dc2fe78e115c14 /clams-server/src/main/resources/templates/projects.html | |
| parent | 7373d3cc1589ac0f2165f2644343cc0cea3f671f (diff) | |
translate contents to norwegian
Diffstat (limited to 'clams-server/src/main/resources/templates/projects.html')
| -rw-r--r-- | clams-server/src/main/resources/templates/projects.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/clams-server/src/main/resources/templates/projects.html b/clams-server/src/main/resources/templates/projects.html index 6e31def..fbd973f 100644 --- a/clams-server/src/main/resources/templates/projects.html +++ b/clams-server/src/main/resources/templates/projects.html @@ -2,9 +2,9 @@ {% block content %} <main class="main-container"> - <a href="/" class="back-link-top">← back</a> + <a href="/" class="back-link-top">← hjem</a> <header> - <h1>Projects</h1> + <h1>Prosjekter</h1> </header> <section class="projects-category"> @@ -17,10 +17,10 @@ </div> <div class="project-actions"> {% if project.readMoreUrl %} - <a href="{{ project.readMoreUrl }}" class="pill-button">Read More</a> + <a href="{{ project.readMoreUrl }}" class="pill-button">Les Mer</a> {% endif %} {% if project.gitUrl %} - <a href="{{ project.gitUrl }}" class="pill-button">Self-Hosted Git</a> + <a href="{{ project.gitUrl }}" class="pill-button">Git repo</a> {% endif %} {% if project.gitHubUrl %} <a href="{{ project.gitHubUrl }}" class="pill-button">GitHub</a> |
